We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f098d commit 042553aCopy full SHA for 042553a
.github/workflows/test.yml
@@ -19,6 +19,6 @@ jobs:
19
with:
20
cache: 'npm'
21
cache-dependency-path: '**/package-lock.json'
22
- node-version: '14'
+ node-version: '16'
23
- run: npm install
24
- run: npm test
0 commit comments