We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4ab08 commit b39d757Copy full SHA for b39d757
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v4
30
- uses: actions/setup-node@v4
31
with:
32
- node-version: 20
+ node-version: 22
33
- run: npm ci
34
- run: npm run lint
35
- run: npm test
0 commit comments