Skip to content

Commit 4772d94

Browse files
chore(deps): update pnpm to v10.19.0
1 parent 0e61229 commit 4772d94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.18.3"
18+
version: "10.19.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.18.3"
72+
version: "10.19.0"
7373
- name: Checkout
7474
uses: actions/checkout@v5
7575
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"homepage": "https://github.com/sand4rt/playwright-ct-angular#readme",
1212
"engines": {
1313
"node": ">=22.21.0",
14-
"pnpm": ">=10.18.3"
14+
"pnpm": ">=10.19.0"
1515
},
1616
"scripts": {
1717
"test": "pnpm --stream -r test",

0 commit comments

Comments
 (0)