chore: use latest Node.js (#5802)

This commit is contained in:
Erez Rokah 2021-09-13 10:54:31 +02:00 committed by GitHub
parent 672ad7b684
commit cb426da1b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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