chore: setup CI node version to 16

This commit is contained in:
mutoe 2021-12-06 23:17:29 +08:00
parent 8ef6d0e184
commit 59a444d2d4
No known key found for this signature in database
GPG Key ID: ABE5E78D073FC208
2 changed files with 236 additions and 591 deletions

View File

@ -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

815
yarn.lock

File diff suppressed because it is too large Load Diff