Skip to content

Commit

Permalink
Update snyk-security.yml
Browse files Browse the repository at this point in the history
npm install
  • Loading branch information
thomasphung authored Jul 16, 2024
1 parent 076d2b4 commit 0172c4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/snyk-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 22


- name: Install dependencies
run: npm install

- name: Authenticate into Snyk
run: snyk auth

Expand Down

0 comments on commit 0172c4f

Please sign in to comment.