Skip to content

Commit e6346a6

Browse files
chore(deps): update node.js to v24
1 parent 0e61229 commit e6346a6

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@v6
2424
with:
25-
node-version: "22.21.0"
25+
node-version: "24.11.1"
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.21.0",
13+
"node": ">=24.11.1",
1414
"pnpm": ">=10.18.3"
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.21.0"
17+
"node": ">=24.11.1"
1818
},
1919
"author": {
2020
"name": "sand4rt"

0 commit comments

Comments
 (0)