ci: install node v16 instead of v12

This commit is contained in:
Kengo TODA 2021-12-23 06:49:39 +08:00
parent 6793660673
commit d0ffc95aad

View File

@ -24,10 +24,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set Node.js 12.x
- name: Set Node.js 16.x
uses: actions/setup-node@v2.4.1
with:
node-version: 12.x
node-version: 16.x
- name: Validate package-lock
run: npx lockfile-lint --path package-lock.json --allowed-hosts npm yarn --validate-https