From b36796552f319a980498c9b1664e1e18e9d8daa9 Mon Sep 17 00:00:00 2001 From: Robert Hebel Date: Fri, 7 Aug 2026 10:34:43 +0200 Subject: [PATCH] chore(deps): bump node to 24.19 --- .nvmrc | 2 +- CLAUDE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index 82d5d714347..d8e297d13c4 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.18 +24.19 diff --git a/CLAUDE.md b/CLAUDE.md index 71996eaf8af..ba5ded0bc30 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -173,7 +173,7 @@ const MyPlugin = (system) => { ## Development Workflows ### Prerequisites -- **Node.js** `>=22.11.0`, **npm** `>=10.9.0`, **Python 3.x** (node-gyp), **GLIBC** `>=2.29` +- **Node.js** `>=24.19.0`, **npm** `>=11.7.0`, **Python 3.x** (node-gyp), **GLIBC** `>=2.29` - Optional: Docker or emscripten (for WASM builds) ### npm Scripts