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 8a3eedf commit a4c4bbdCopy full SHA for a4c4bbd
1 file changed
.github/workflows/ci-lint.yml
@@ -18,13 +18,13 @@ jobs:
18
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
19
with:
20
persist-credentials: false
21
- - name: Use Node.js 20.x
+ - name: Use Node.js 22.x
22
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
23
24
- node-version: 20.x
+ node-version: 22.x
25
- name: Get node modules
26
run: npm ci
27
env:
28
CI: true
29
- name: Lint source code
30
- run: npm run lint
+ run: npm run lint
0 commit comments