Merge pull request #121 from upgundecha/fix

Updated node version in workflow
This commit is contained in:
Unmesh Gundecha
2022-11-03 22:29:53 +05:30
committed by GitHub

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}"'