Skip to content

Commit 133ed77

Browse files
committed
chore(deps): bump Node.js to v24.13.0 LTS (#476)
1 parent bf99d90 commit 133ed77

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v24.11.0
1+
v24.13.0

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ npm start
3131

3232
This project uses **`.nvmrc` as the single source of truth** for Node.js version management.
3333

34-
**Current version:** Node.js 24.11.0 (LTS/Krypton)
34+
**Current version:** See `.nvmrc`Node.js 24 (LTS/Krypton)
3535

3636
**Philosophy:** This project tracks the latest Node.js LTS release. The specific version is always defined in `.nvmrc`.
3737

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ For complete endpoint documentation with request/response schemas, explore the [
168168

169169
Before you begin, ensure you have the following installed:
170170

171-
- Node.js (latest LTS - specific version in `.nvmrc`)
171+
- Node.js (see `.nvmrc` for required version)
172172
- npm (comes with Node.js)
173173
- Docker and Docker Compose (optional, for containerized setup)
174174

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"author": "Nano Taboada",
2222
"license": "MIT",
2323
"engines": {
24-
"node": ">=24.11.0"
24+
"node": ">=24.13.0"
2525
},
2626
"dependencies": {
2727
"body-parser": "^2.2.2",

0 commit comments

Comments
 (0)