Update release-preview-publish.yml

This commit is contained in:
Matthieu MOREL 2021-07-29 12:06:00 +02:00 committed by GitHub
parent 209ac97d15
commit e325bdb16b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 16.x
- name: Install Yarn
run: npm i yarn --global