chore: setup CI node version to 16
This commit is contained in:
parent
8ef6d0e184
commit
59a444d2d4
|
|
@ -20,10 +20,10 @@ jobs:
|
|||
- uses: actions/checkout@master
|
||||
|
||||
# https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
|
||||
- name: Use Node.js 14.x
|
||||
- name: Use Node.js 16.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14.x
|
||||
node-version: 16.x
|
||||
|
||||
- name: Get yarn cache
|
||||
id: yarn-cache
|
||||
|
|
@ -56,10 +56,10 @@ jobs:
|
|||
- uses: actions/checkout@master
|
||||
|
||||
# https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
|
||||
- name: Use Node.js 14.x
|
||||
- name: Use Node.js 16.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14.x
|
||||
node-version: 16.x
|
||||
|
||||
- name: Get yarn cache
|
||||
id: yarn-cache
|
||||
|
|
@ -94,10 +94,10 @@ jobs:
|
|||
- uses: actions/checkout@master
|
||||
|
||||
# https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
|
||||
- name: Use Node.js 14.x
|
||||
- name: Use Node.js 16.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14.x
|
||||
node-version: 16.x
|
||||
|
||||
- name: Get yarn cache
|
||||
id: yarn-cache
|
||||
|
|
|
|||
Loading…
Reference in New Issue