We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7da97 commit b6587adCopy full SHA for b6587ad
.github/workflows/test.yml
@@ -15,6 +15,6 @@ jobs:
15
- uses: actions/setup-node@v2
16
with:
17
cache: npm
18
- node-version: 16
+ node-version: 20
19
- run: npm ci
20
- run: npm test
0 commit comments