Skip to content

Commit

Permalink
Remove redundant installation of node in scheduled-snyk.yaml action
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop authored Feb 17, 2025
1 parent d50878e commit ed70d2e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/scheduled-snyk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: npm

- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/gradle-jdk17@master
Expand Down

0 comments on commit ed70d2e

Please sign in to comment.