Skip to content

Commit bfe3e90

Browse files
committed
Update node version to 16 to fix CI
1 parent 8a6ab8e commit bfe3e90

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
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 14
17+
node-version: 16
1818
- run: npm install
1919
- run: npm test
2020
test_windows:
@@ -23,6 +23,6 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- uses: actions/setup-node@v2
2525
with:
26-
node-version: 14
26+
node-version: 16
2727
- run: npm install
2828
- run: npm run-script test-windows

0 commit comments

Comments
 (0)