mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-02-23 10:31:21 +01:00
Update node version in crda workflow
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
9fec908dba
commit
f15701c1a2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/security_scan.yml
vendored
2
.github/workflows/security_scan.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '16'
|
||||||
|
|
||||||
- name: Install CRDA
|
- name: Install CRDA
|
||||||
uses: redhat-actions/openshift-tools-installer@v1
|
uses: redhat-actions/openshift-tools-installer@v1
|
||||||
|
|
Loading…
Add table
Reference in a new issue