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 e8bffdb commit b006a36Copy full SHA for b006a36
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup Node.js
23
uses: actions/setup-node@v4
24
with:
25
- node-version: "22.17.1"
+ node-version: "22.18.0"
26
cache: "pnpm"
27
28
- name: Install dependencies
package.json
@@ -10,7 +10,7 @@
10
},
11
"homepage": "https://github.com/sand4rt/playwright-ct-angular#readme",
12
"engines": {
13
- "node": ">=22.17.1",
+ "node": ">=22.18.0",
14
"pnpm": ">=10.13.1"
15
16
"scripts": {
playwright-ct-angular/package.json
@@ -14,7 +14,7 @@
"url": "https://github.com/sand4rt/playwright-ct-angular/issues"
17
- "node": ">=22.17.1"
+ "node": ">=22.18.0"
18
19
"author": {
20
"name": "sand4rt"
0 commit comments