diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 481fa70..57f4aa6 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.21.0" + version: "10.23.0" - uses: actions/checkout@v5 @@ -69,7 +69,7 @@ jobs: - name: PNPM Setup uses: pnpm/action-setup@v2 with: - version: "10.21.0" + version: "10.23.0" - name: Checkout uses: actions/checkout@v5 with: diff --git a/package.json b/package.json index 30fd345..39a1af0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "homepage": "https://github.com/sand4rt/playwright-ct-web#readme", "engines": { "node": ">=24.11.1", - "pnpm": ">=10.21.0" + "pnpm": ">=10.23.0" }, "scripts": { "test": "pnpm --stream -r test", @@ -19,5 +19,5 @@ "release": "pnpm --stream -r release", "playwright:version": "node -e \"console.log(require('./playwright-ct-web/package.json').dependencies['@playwright/experimental-ct-core'])\"" }, - "packageManager": "pnpm@10.21.0+sha512.da3337267e400fdd3d479a6c68079ac6db01d8ca4f67572083e722775a796788a7a9956613749e000fac20d424b594f7a791a5f4e2e13581c5ef947f26968a40" + "packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b" }