Skip to content

Commit d4c3e1e

Browse files
committed
chore(workflow): remove node & npm ci from CodeQL Analysis job
1 parent e682ec7 commit d4c3e1e

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
persist-credentials: false
4141
fetch-depth: 1
4242

43-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
44-
with:
45-
node-version: 24.x
46-
4743
- uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
4844
with:
4945
languages: javascript
@@ -53,11 +49,6 @@ jobs:
5349
- coverage
5450
- node_modules
5551
56-
- name: Run npm install
57-
run: npm ci
58-
env:
59-
CI: true
60-
6152
- uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
6253

6354
test:

0 commit comments

Comments
 (0)