Skip to content

Commit 1f28663

Browse files
committed
Update action to run on node16
Signed-off-by: divyansh42 <[email protected]>
1 parent ff1dbb2 commit 1f28663

File tree

5 files changed

+2421
-1226
lines changed

5 files changed

+2421
-1226
lines changed

.github/workflows/security_scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: '14'
21+
node-version: '16'
2222

2323
- name: Install CRDA
2424
uses: redhat-actions/openshift-tools-installer@v1

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ outputs:
8282
installed:
8383
description: 'JSON object describing the versions that were installed.'
8484
runs:
85-
using: node12
85+
using: node16
8686
main: dist/index.js

dist/index.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)