Skip to content

Commit ddbfeba

Browse files
chore: migrate website runtime to Node.js 24.17.0 (#5)
Pin .node-version (and Danger) to v24.17.0, raise package engines, and bump @types/node so local/CI/fnm stay aligned on the Node 24 LTS line. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 0ae2089 commit ddbfeba

5 files changed

Lines changed: 38 additions & 37 deletions

File tree

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.14.0
1+
v24.17.0

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Marketing and documentation site for create-python-app.
99
- Next.js 15 (App Router)
1010
- TypeScript
1111
- Tailwind CSS v3
12+
- Node.js 24.17.0 (see `.node-version`)
1213
- pnpm 10+
1314

1415
## Key Commands

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "website",
33
"version": "0.1.0",
44
"engines": {
5-
"node": ">=22.0.0"
5+
"node": ">=24.17.0"
66
},
77
"scripts": {
88
"dev": "next dev",
@@ -74,7 +74,7 @@
7474
"@commitlint/config-conventional": "^19.7.1",
7575
"@next/eslint-plugin-next": "^15.5.20",
7676
"@testing-library/react": "^16.1.0",
77-
"@types/node": "^22.13.14",
77+
"@types/node": "^24.13.3",
7878
"@types/react": "^19.0.12",
7979
"@types/react-dom": "^19.0.4",
8080
"@typescript-eslint/eslint-plugin": "^8.28.0",

pnpm-lock.yaml

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

tools/danger/.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.3.0
1+
v24.17.0

0 commit comments

Comments
 (0)