Update master-deploy.yml

This commit is contained in:
jeremywu 2021-06-03 14:50:20 +08:00 committed by GitHub
parent b60e4f3bef
commit 58fc477725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,10 @@ jobs:
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '12'
- name: Install dependencies
run: yarn bootstrap