ci: lock node version to 16.8
This commit is contained in:
parent
aa8908a854
commit
f243d2fbdc
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Set node version to 16
|
- name: Set node version to 16
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16.8
|
||||||
- uses: bahmutov/npm-install@v1
|
- uses: bahmutov/npm-install@v1
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: yarn test --ci
|
run: yarn test --ci
|
||||||
|
Loading…
Reference in New Issue
Block a user