ci(test): set node version explicitly in test
job (#2092)
This commit is contained in:
parent
ea52e1775a
commit
b4200b05cd
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -44,6 +44,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
|
node-version: 16
|
||||||
cache: npm
|
cache: npm
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- name: Ensure dependencies are compatible with the version of node
|
- name: Ensure dependencies are compatible with the version of node
|
||||||
|
Loading…
x
Reference in New Issue
Block a user