change github workflows node version to 14
This commit is contained in:
parent
87ded49f42
commit
f1efcc0fae
2
.github/workflows/docker-next-terminal.yml
vendored
2
.github/workflows/docker-next-terminal.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: node Setup
|
- name: node Setup
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '14'
|
||||||
- name: npm install
|
- name: npm install
|
||||||
run: |
|
run: |
|
||||||
cd web
|
cd web
|
||||||
|
2
.github/workflows/goreleaser.yml
vendored
2
.github/workflows/goreleaser.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: node Setup
|
- name: node Setup
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '14'
|
||||||
- name: npm install
|
- name: npm install
|
||||||
run: |
|
run: |
|
||||||
cd web
|
cd web
|
||||||
|
Loading…
Reference in New Issue
Block a user