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