Skip to content

Commit 9a802c2

Browse files
authored
Update dependency installation command in CodeQL workflow
Changed dependency installation command from 'npm ci' to 'npm install'.
1 parent c62941b commit 9a802c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cache: "npm"
3838

3939
- name: Install dependencies
40-
run: npm ci
40+
run: npm install
4141

4242
- name: Initialize CodeQL
4343
uses: github/codeql-action/init@v4

0 commit comments

Comments
 (0)