We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a2298 commit 24e8fa9Copy full SHA for 24e8fa9
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v5
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: 22
+ node-version: 22.18.0
18
cache: npm
19
- run: npm ci
20
- run: npm run lint
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
- uses: paambaati/codeclimate-action@v9.0.0
0 commit comments