Skip to content

Commit

Permalink
feat: Fix pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Apr 1, 2023
1 parent 07d921f commit 546f988
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8
run_install: false

- name: Get pnpm store directory
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/vercel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
Deploy-Production:
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/checkout@v2
- name: Install Vercel CLI
run: npm install --global vercel@latest
Expand Down

0 comments on commit 546f988

Please sign in to comment.