Update release-preview-publish.yml

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

View File

@ -9,9 +9,9 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2.3.0
uses: actions/setup-node@v2
with:
node-version: 10.x
- name: Install Yarn