ci: 修改 github actions 配置文件
This commit is contained in:
parent
efc2a194a3
commit
ba5d32244f
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -12,6 +12,9 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- uses: pnpm/action-setup@v2.2.1
|
||||
with:
|
||||
version: 6.32.2
|
||||
- name: use Node.js 16
|
||||
uses: actions/setup-node@v2.1.2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user