Skip to content

Commit dafcef7

Browse files
committed
Use node 16 on CI
1 parent 725f60e commit dafcef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)