Skip to content

Commit 3fe8cd8

Browse files
chore(deps): update node.js to v24
1 parent f5bc763 commit 3fe8cd8

4 files changed

Lines changed: 18 additions & 8 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Use Node.js 20.19.3
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: '20.19.3'
25+
node-version: '24.18.0'
2626

2727
- name: Installing my packages
2828
run: npm ci

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

package-lock.json

Lines changed: 15 additions & 5 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
@@ -26,7 +26,7 @@
2626
"@elastic/datemath": "^5.0.3",
2727
"@emotion/babel-plugin": "^11.13.5",
2828
"@next/bundle-analyzer": "^12.3.7",
29-
"@types/node": "^16.18.126",
29+
"@types/node": "^24.0.0",
3030
"@typescript-eslint/eslint-plugin": "^7.18.0",
3131
"axios": "^1.14.0",
3232
"copy-webpack-plugin": "^13.0.1",

0 commit comments

Comments
 (0)