mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-30 11:16:12 +08:00
Update master-deploy.yml
This commit is contained in:
parent
b60e4f3bef
commit
58fc477725
5
.github/workflows/master-deploy.yml
vendored
5
.github/workflows/master-deploy.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user