fix: bump up NodeJS to v16

also follow the Recommended Node TSConfig settings for NodeJS v16
https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping#node-16
This commit is contained in:
Kengo TODA
2021-12-24 13:34:11 +08:00
parent 923e182586
commit b8a50788a5
6 changed files with 9836 additions and 53 deletions

View File

@@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set Node.js 12.x
- name: Set Node.js 16.x
uses: actions/setup-node@v2.5.1
with:
node-version: 12.x
node-version: 16.x
- name: Install dependencies
run: npm ci