From f2dd23fb2e075f61c0c01f35f255ea3cb0e2c27a Mon Sep 17 00:00:00 2001 From: DaPigGuy Date: Thu, 4 Jul 2024 04:49:38 -0700 Subject: [PATCH] Fix pnpm in CI https://github.com/pnpm/action-setup/issues/136 --- .github/workflows/firebase-deploy-preview.yml | 4 ++-- .github/workflows/firebase-deploy.yml | 4 ++-- .github/workflows/update-items.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/firebase-deploy-preview.yml b/.github/workflows/firebase-deploy-preview.yml index 404dbb8..05b5d82 100644 --- a/.github/workflows/firebase-deploy-preview.yml +++ b/.github/workflows/firebase-deploy-preview.yml @@ -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 diff --git a/.github/workflows/firebase-deploy.yml b/.github/workflows/firebase-deploy.yml index b557d07..a6a0f87 100644 --- a/.github/workflows/firebase-deploy.yml +++ b/.github/workflows/firebase-deploy.yml @@ -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 diff --git a/.github/workflows/update-items.yml b/.github/workflows/update-items.yml index abf5575..98d4d01 100644 --- a/.github/workflows/update-items.yml +++ b/.github/workflows/update-items.yml @@ -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