Skip to content

Commit dd350c9

Browse files
committed
Fix: failing workflow
1 parent 3394010 commit dd350c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3737

3838
- shell: bash
39-
run: npm i --no-package-lock
39+
run: npm i --legacy-peer-deps
4040

4141
- uses: snyk/actions/node@b98d498629f1c368650224d6d212bf7dfa89e4bf # [email protected]
4242
env:

0 commit comments

Comments
 (0)