We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3394010 commit dd350c9Copy full SHA for dd350c9
.github/workflows/snyk.yml
@@ -36,7 +36,7 @@ jobs:
36
ref: ${{ github.event.pull_request.head.sha || github.ref }}
37
38
- shell: bash
39
- run: npm i --no-package-lock
+ run: npm i --legacy-peer-deps
40
41
- uses: snyk/actions/node@b98d498629f1c368650224d6d212bf7dfa89e4bf # [email protected]
42
env:
0 commit comments