Skip to content

Commit 4e3fbf4

Browse files
Copilotdevlux76
andcommitted
chore: bump Node.js to v24 LTS (Krypton) across the board
Co-authored-by: devlux76 <[email protected]>
1 parent 64ed0cc commit 4e3fbf4

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

BUN_MIGRATION_REPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Replace Node.js setup + npm with the official Bun GitHub Action.
121121
- name: Setup Node
122122
uses: actions/setup-node@v4
123123
with:
124-
node-version: "20"
124+
node-version: "24"
125125
cache: "npm"
126126

127127
- name: Install dependencies

docker/electron-debug/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-bookworm-slim
1+
FROM node:24-bookworm-slim
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This guide covers building, testing, debugging, and contributing to CORTEX.
2121
## Prerequisites
2222

2323
- [Bun](https://bun.sh/) 1.2 or later (**recommended** — used in CI)
24-
- [Node.js](https://nodejs.org/) 18 or later (LTS) — still supported if you prefer npm
24+
- [Node.js](https://nodejs.org/) 24 LTS (Krypton) — required minimum if you prefer npm over Bun
2525
- [Playwright](https://playwright.dev/) browsers (installed automatically via `bun install` / `npm install`)
2626
- [Electron](https://www.electronjs.org/) (installed as an optional dev dependency)
2727
- [Docker](https://www.docker.com/) — required only for the containerised Electron debug lane

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
"dependencies": {
4444
"@huggingface/transformers": "^3.8.1"
4545
},
46+
"engines": {
47+
"node": ">=24"
48+
},
4649
"trustedDependencies": [
4750
"onnxruntime-node",
4851
"protobufjs"

0 commit comments

Comments
 (0)