diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8186e29..b11bc4b 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.8 # 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..605f1fc 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.8 with: version: '9.x' run_install: false