Skip to content

Commit d59c20a

Browse files
committed
use node 16 in github actions
1 parent 0d6653b commit d59c20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v2
2525
- uses: actions/setup-node@v2
2626
with:
27-
node-version: 14
27+
node-version: 16
2828
- run: |
2929
npm install --audit=false --fund=false
3030
npm test

0 commit comments

Comments
 (0)