Update node version in crda workflow

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2022-12-25 21:07:35 +05:30
parent 9fec908dba
commit f15701c1a2

View file

@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- name: Install CRDA
uses: redhat-actions/openshift-tools-installer@v1