We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e682ec7 commit d4c3e1eCopy full SHA for d4c3e1e
1 file changed
.github/workflows/ci.yml
@@ -40,10 +40,6 @@ jobs:
40
persist-credentials: false
41
fetch-depth: 1
42
43
- - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
44
- with:
45
- node-version: 24.x
46
-
47
- uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
48
with:
49
languages: javascript
@@ -53,11 +49,6 @@ jobs:
53
- coverage
54
50
- node_modules
55
51
56
- - name: Run npm install
57
- run: npm ci
58
- env:
59
- CI: true
60
61
52
- uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
62
63
test:
0 commit comments