Skip to content

Commit 78d6ee9

Browse files
chore(deps): update node.js
1 parent 21df269 commit 78d6ee9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: "22.17.1"
25+
node-version: "22.18.0"
2626
cache: "pnpm"
2727

2828
- name: Install dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"homepage": "https://github.com/sand4rt/playwright-ct-angular#readme",
1212
"engines": {
13-
"node": ">=22.17.1",
13+
"node": ">=22.18.0",
1414
"pnpm": ">=10.13.1"
1515
},
1616
"scripts": {

playwright-ct-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://github.com/sand4rt/playwright-ct-angular/issues"
1515
},
1616
"engines": {
17-
"node": ">=22.17.1"
17+
"node": ">=22.18.0"
1818
},
1919
"author": {
2020
"name": "sand4rt"

0 commit comments

Comments
 (0)