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:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"private": true,
|
||||
"packageManager": "pnpm@7.15.0",
|
||||
"packageManager": "^pnpm@7.0.0",
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"dev": "turbo run dev --no-cache --parallel --continue",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue