Skip to content

Commit b9fd281

Browse files
chore(deps): update pnpm to v10.29.1
1 parent 9893a79 commit b9fd281

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.29.1"
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.29.1"
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.29.1"
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.29.1+sha512.48dae233635a645768a3028d19545cacc1688639eeb1f3734e42d6d6b971afbf22aa1ac9af52a173d9c3a20c15857cfa400f19994d79a2f626fcc73fccda9bbc"
2323
}

0 commit comments

Comments
 (0)