diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8186e29..780166c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: node-version: latest - name: Install PNPM package manager - uses: pnpm/action-setup@v4.1.0 # Action for setting up pnpm. + uses: pnpm/action-setup@v6.0.4 # Action for setting up pnpm. id: pnpm-install with: version: ^9 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 74fe055..186d1a1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: node-version: '20.x' - name: Setup PNPM - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v6.0.4 with: version: '9.x' run_install: false