fix github action and over-specific pnpm version
This commit is contained in:
parent
90c535ebb2
commit
50b0c3b731
2 changed files with 4 additions and 1 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -11,6 +11,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@master
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: ^7.0.0
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue