build!: bump to Node.js 24 (#11566)

build: bump to Node.js 24
This commit is contained in:
Jiralite
2026-07-17 14:05:28 +01:00
committed by GitHub
parent c73e2a76d1
commit c2d0781ddb
42 changed files with 324 additions and 497 deletions
+2 -2
View File
@@ -71,7 +71,7 @@
"@shikijs/rehype": "^4.0.2",
"@tailwindcss/postcss": "^4.2.2",
"@types/mdx": "^2.0.13",
"@types/node": "^24.12.0",
"@types/node": "^24.13.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.27",
@@ -95,6 +95,6 @@
"wrangler": "^4.78.0"
},
"engines": {
"node": ">=22.12.0"
"node": ">=24.17.0"
}
}