chore: update ci node version
This commit is contained in:
parent
d21bb015e8
commit
005eeb0e0b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
- name: Install Node
|
- name: Install Node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 16
|
||||||
|
|
||||||
- name: Install Dependencies (ubuntu only)
|
- name: Install Dependencies (ubuntu only)
|
||||||
if: startsWith(matrix.os, 'ubuntu-')
|
if: startsWith(matrix.os, 'ubuntu-')
|
||||||
|
2
.github/workflows/compatible.yml
vendored
2
.github/workflows/compatible.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
- name: Install Node
|
- name: Install Node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 16
|
||||||
|
|
||||||
# - name: Install Dependencies (ubuntu18 only)
|
# - name: Install Dependencies (ubuntu18 only)
|
||||||
# if: matrix.targets.os == 'ubuntu-18.04'
|
# if: matrix.targets.os == 'ubuntu-18.04'
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
|||||||
- name: Install Node
|
- name: Install Node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 16
|
||||||
|
|
||||||
- name: Install Dependencies (ubuntu only)
|
- name: Install Dependencies (ubuntu only)
|
||||||
if: startsWith(github.event.inputs.os, 'ubuntu-')
|
if: startsWith(github.event.inputs.os, 'ubuntu-')
|
||||||
|
Loading…
Reference in New Issue
Block a user