diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef4fd34e6..4b9d1ab00 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: - name: PNPM Setup uses: pnpm/action-setup@v2 with: - version: "10.18.3" + version: "10.32.1" - uses: actions/checkout@v6 @@ -69,7 +69,7 @@ jobs: - name: PNPM Setup uses: pnpm/action-setup@v2 with: - version: "10.18.3" + version: "10.32.1" - name: Checkout uses: actions/checkout@v6 with: diff --git a/package.json b/package.json index 24b9a829d..421498334 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "homepage": "https://github.com/sand4rt/playwright-ct-angular#readme", "engines": { "node": ">=22.21.1", - "pnpm": ">=10.18.3" + "pnpm": ">=10.32.1" }, "scripts": { "test": "pnpm --stream -r test",