diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 27e551e..470db4d 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -19,7 +19,7 @@ jobs: node-version: latest - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 with: - version: 10 + version: 11 - name: Install Dependencies run: pnpm install shell: sh diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c3c5159..45aafcf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: node-version: latest - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 with: - version: 10 + version: 11 - name: Install Dependencies run: pnpm install shell: sh