mirror of
https://github.com/upgundecha/howtheysre
synced 2026-01-05 08:48:02 +00:00
Updated node version in workflow
This commit is contained in:
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Node setup
|
- name: Node setup
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12.x'
|
node-version: '16.x'
|
||||||
|
|
||||||
- name: Run Checklist
|
- name: Run Checklist
|
||||||
shell: 'script -q -e -c "bash {0}"'
|
shell: 'script -q -e -c "bash {0}"'
|
||||||
|
|||||||
Reference in New Issue
Block a user