Skip to content

Commit

Permalink
change node-version from 14 to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuor committed Jul 3, 2022
1 parent f66c957 commit bef3583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
- run: npm ci
- run: npm run test

0 comments on commit bef3583

Please sign in to comment.