Skip to content

Commit

Permalink
Fix pnpm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Jul 4, 2024
1 parent b846331 commit f2dd23f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase-deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8.0.0
version: 9.0.0
run_install: true
- name: Build
run: pnpm run build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
restore-keys: |
pnpm-cache-
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8.0.0
version: 9.0.0
run_install: true
- name: Build
run: pnpm run build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
restore-keys: |
pnpm-cache-
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 8.0.0
version: 9.0.0
run_install: true
- name: Update items.json
id: update_items
Expand Down

0 comments on commit f2dd23f

Please sign in to comment.