diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ea002da1..82af19625 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.15.0" + version: "10.18.2" - uses: actions/checkout@v5 @@ -69,7 +69,7 @@ jobs: - name: PNPM Setup uses: pnpm/action-setup@v2 with: - version: "10.15.0" + version: "10.18.2" - name: Checkout uses: actions/checkout@v5 with: diff --git a/package.json b/package.json index c369f8ca5..d6806fad4 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "homepage": "https://github.com/sand4rt/playwright-ct-angular#readme", "engines": { "node": ">=22.18.0", - "pnpm": ">=10.15.0" + "pnpm": ">=10.18.2" }, "scripts": { "test": "pnpm --stream -r test",