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 461713c commit 8796d7eCopy full SHA for 8796d7e
1 file changed
.github/workflows/nodelint.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: actions/setup-node@v3
14
with:
15
- node-version: 18
16
- - run: npm install -g npm@8
+ node-version: 22
+ - run: npm install -g npm@10
17
- run: npm ci
18
- run: npm run ci-lint
0 commit comments