Skip to content

Commit a64e69a

Browse files
authored
Update sca-scan.yml
1 parent a7cb8b7 commit a64e69a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/sca-scan.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@master
10-
- uses: pnpm/action-setup@v2
11-
with:
12-
version: 7
13-
- name: Use Node.js 18.x
14-
uses: actions/[email protected]
15-
with:
16-
node-version: '18.x'
17-
cache: 'pnpm'
18-
- name: Install dependencies
19-
run: pnpm install --no-frozen-lockfile
2010
- name: Run Snyk to check for vulnerabilities
2111
uses: snyk/actions/node@master
2212
env:

0 commit comments

Comments
 (0)