Skip to content

Commit

Permalink
ci: lock node version to 16.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 8, 2021
1 parent aa8908a commit f243d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set node version to 16
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 16.8
- uses: bahmutov/npm-install@v1
- name: Run unit tests
run: yarn test --ci
Expand Down

0 comments on commit f243d2f

Please sign in to comment.