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 d2ec608Copy full SHA for d2ec608
3 files changed
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup Node.js
23
uses: actions/setup-node@v6
24
with:
25
- node-version: "22.21.0"
+ node-version: "22.21.1"
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.21.0",
+ "node": ">=22.21.1",
14
"pnpm": ">=10.18.3"
15
16
"scripts": {
playwright-ct-angular/package.json
@@ -14,7 +14,7 @@
"url": "https://github.com/sand4rt/playwright-ct-angular/issues"
17
- "node": ">=22.21.0"
+ "node": ">=22.21.1"
18
19
"author": {
20
"name": "sand4rt"
0 commit comments