Skip to content

Commit 042553a

Browse files
committed
fix: update node version to v16
1 parent 59f098d commit 042553a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
with:
2020
cache: 'npm'
2121
cache-dependency-path: '**/package-lock.json'
22-
node-version: '14'
22+
node-version: '16'
2323
- run: npm install
2424
- run: npm test

0 commit comments

Comments
 (0)