Skip to content

Commit 87431b0

Browse files
author
mayank0202
committed
upgraded node 16 to 18
1 parent a7d3377 commit 87431b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/snyk.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
name: snyk
1717
steps:
1818
- name: checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020
- name: Vulnerability scan
2121
uses: snyk/actions/iac@master
2222
with:
2323
command: monitor
2424
args: --severity-threshold=low
25-
- name: Set up Node 16
25+
- name: Set up Node 18
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: 16
28+
node-version: 18
2929
- name: install Snyk CLI
3030
run: npm install -g snyk
3131
- name: snyk monitor

0 commit comments

Comments
 (0)