chore(ci): pin Node.js version (#5796)
This commit is contained in:
parent
5ebcad4bb9
commit
7b8d390ee4
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '*'
|
node-version: '16.8'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
- name: log versions
|
- name: log versions
|
||||||
run: node --version && npm --version && yarn --version
|
run: node --version && npm --version && yarn --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user