Skip to content

Commit f921a10

Browse files
authored
Merge pull request #206 from mattmassicotte/fix/node-version
Update to Node 16
2 parents 1ebfdb2 + 705dcf6 commit f921a10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-node@v2
1919
with:
20-
node-version: 14
20+
node-version: 16
2121
- run: npm install
2222
- run: npm test
2323
test_windows:
@@ -26,6 +26,6 @@ jobs:
2626
- uses: actions/checkout@v2
2727
- uses: actions/setup-node@v2
2828
with:
29-
node-version: 14
29+
node-version: 16
3030
- run: npm install
3131
- run: npm run-script test-windows

0 commit comments

Comments
 (0)