Skip to content

Commit

Permalink
Merge pull request #206 from mattmassicotte/fix/node-version
Browse files Browse the repository at this point in the history
Update to Node 16
  • Loading branch information
aryx authored Mar 28, 2022
2 parents 1ebfdb2 + 705dcf6 commit f921a10
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@v2
- uses: actions/setup-node@v2
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@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- run: npm install
- run: npm run-script test-windows

0 comments on commit f921a10

Please sign in to comment.