Skip to content

Commit

Permalink
Update check-dist.yml
Browse files Browse the repository at this point in the history
update setup node version
  • Loading branch information
thboop committed Feb 10, 2022
1 parent 8f5badc commit 9ab5893
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@v1
with:
node-version: 12.x
node-version: 16.x

- name: Install dependencies
run: npm ci
Expand Down

1 comment on commit 9ab5893

@urica12
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update

Please sign in to comment.