Skip to content

Commit

Permalink
try node version 16 as per main library
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellebore committed Nov 17, 2022
1 parent 93b3247 commit d0eca66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- run: npm install
- run: npm test
test_windows:
Expand All @@ -26,6 +26,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- run: npm install
- run: npm run-script test-windows

0 comments on commit d0eca66

Please sign in to comment.