Skip to content

Commit

Permalink
ci: install node v16 instead of v12
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Dec 22, 2021
1 parent 6793660 commit d0ffc95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Expand Up @@ -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
Expand Down

0 comments on commit d0ffc95

Please sign in to comment.