diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef4fd34e62..8158532604 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.33.0" - uses: actions/checkout@v6 @@ -69,7 +69,7 @@ jobs: - name: PNPM Setup uses: pnpm/action-setup@v2 with: - version: "10.18.3" + version: "10.33.0" - name: Checkout uses: actions/checkout@v6 with: diff --git a/package.json b/package.json index 24b9a829d6..102aa2496e 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.33.0" }, "scripts": { "test": "pnpm --stream -r test",