Updated node version in workflow

This commit is contained in:
Unmesh Gundecha
2022-11-03 16:57:33 +00:00
parent 7631458349
commit 712c6e4a8f

View File

@@ -19,7 +19,7 @@ jobs:
- name: Node setup
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '16.x'
- name: Run Checklist
shell: 'script -q -e -c "bash {0}"'