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 6e4e63d commit 9baeabfCopy full SHA for 9baeabf
.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