We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8666c05 commit 1c0ee59Copy full SHA for 1c0ee59
.github/workflows/nodejs.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Use Node.js
24
uses: actions/setup-node@v4
25
with:
26
- node-version: 20.19.0
+ node-version: 22.14.0
27
cache: 'npm'
28
- run: npm ci
29
- run: npm run lint
0 commit comments