Skip to content

Commit a3bb14b

Browse files
authored
Change npm install to use --no-package-lock option
1 parent c05a175 commit a3bb14b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/snyk-infrastructure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Install Dependencies
3232
run: |
33-
npm install --package-lock-only
33+
npm install --no-package-lock
3434
npm install
3535
shell: bash
3636

0 commit comments

Comments
 (0)