diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 5dc0bb7..5ebd11d 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -25,7 +25,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v6 with: - version: 10.23.0 + version: 11.1.1 - name: Install Dependencies run: pnpm install --frozen-lockfile @@ -117,7 +117,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v6 with: - version: 10.23.0 + version: 11.1.1 - name: Install Dependencies run: pnpm install --frozen-lockfile