Skip to content

Commit 5e348f7

Browse files
chore(deps): update dependency node to v24
1 parent dcfde80 commit 5e348f7

File tree

5 files changed

+12
-13
lines changed

5 files changed

+12
-13
lines changed

.github/workflows/check-node-docs-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '20'
19+
node-version: '24'
2020
cache: 'npm'
2121

2222
- name: Install dependencies

.github/workflows/e2e.yml

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

2828
- name: Install dependencies

.github/workflows/sync-docs-from-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
- name: Setup Node.js
248248
uses: actions/setup-node@v4
249249
with:
250-
node-version: '20'
250+
node-version: '24'
251251
cache: 'npm'
252252

253253
- name: Install dependencies

package-lock.json

Lines changed: 8 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@playwright/test": "^1.55.0",
38-
"@types/node": "22.10.1",
38+
"@types/node": "24.10.13",
3939
"typescript": "^5.0.0"
4040
}
4141
}

0 commit comments

Comments
 (0)