Skip to content

Commit

Permalink
node updated from 16 to 18 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank0202 authored Sep 14, 2023
1 parent a19e29f commit 4f0bf6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/snyk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
name: snyk
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Vulnerability scan
uses: snyk/actions/iac@master
with:
command: monitor
args: --severity-threshold=low
- name: Set up Node 16
- name: Set up Node 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: install Snyk CLI
run: npm install -g snyk
- name: snyk monitor
Expand Down

0 comments on commit 4f0bf6a

Please sign in to comment.