Skip to content

Commit bfb66ad

Browse files
chore(deps): update pnpm to v10.23.0
1 parent cfd4043 commit bfb66ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: PNPM Setup
1616
uses: pnpm/action-setup@v2
1717
with:
18-
version: "10.21.0"
18+
version: "10.23.0"
1919

2020
- uses: actions/checkout@v5
2121

@@ -69,7 +69,7 @@ jobs:
6969
- name: PNPM Setup
7070
uses: pnpm/action-setup@v2
7171
with:
72-
version: "10.21.0"
72+
version: "10.23.0"
7373
- name: Checkout
7474
uses: actions/checkout@v5
7575
with:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"homepage": "https://github.com/sand4rt/playwright-ct-web#readme",
1212
"engines": {
1313
"node": ">=24.11.1",
14-
"pnpm": ">=10.21.0"
14+
"pnpm": ">=10.23.0"
1515
},
1616
"scripts": {
1717
"test": "pnpm --stream -r test",
1818
"build": "pnpm --stream -r build",
1919
"release": "pnpm --stream -r release",
2020
"playwright:version": "node -e \"console.log(require('./playwright-ct-web/package.json').dependencies['@playwright/experimental-ct-core'])\""
2121
},
22-
"packageManager": "pnpm@10.21.0+sha512.da3337267e400fdd3d479a6c68079ac6db01d8ca4f67572083e722775a796788a7a9956613749e000fac20d424b594f7a791a5f4e2e13581c5ef947f26968a40"
22+
"packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b"
2323
}

0 commit comments

Comments
 (0)