We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a6d4e commit 01b2befCopy full SHA for 01b2bef
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
- uses: actions/setup-node@v4
21
with:
22
- node-version: 20
+ node-version: 22
23
- run: npm ci
24
- run: npm run lint
25
if: matrix.os == 'ubuntu-latest'
0 commit comments