We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e61229 commit 4772d94Copy full SHA for 4772d94
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: PNPM Setup
16
uses: pnpm/action-setup@v2
17
with:
18
- version: "10.18.3"
+ version: "10.19.0"
19
20
- uses: actions/checkout@v5
21
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
- name: Checkout
74
uses: actions/checkout@v5
75
package.json
@@ -11,7 +11,7 @@
11
"homepage": "https://github.com/sand4rt/playwright-ct-angular#readme",
12
"engines": {
13
"node": ">=22.21.0",
14
- "pnpm": ">=10.18.3"
+ "pnpm": ">=10.19.0"
},
"scripts": {
"test": "pnpm --stream -r test",
0 commit comments