chore(ci): pin Node.js version (#5796)

This commit is contained in:
Erez Rokah 2021-09-10 16:18:38 +02:00 committed by GitHub
parent 5ebcad4bb9
commit 7b8d390ee4
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: '*'
node-version: '16.8'
check-latest: true
- name: log versions
run: node --version && npm --version && yarn --version