From 480abce478090cd5f20aae51ce5255c32cb3e9af Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 13 Dec 2025 07:37:07 +0000 Subject: deps: Upgrade to nodejs 24 --- docs/docs/07-development/01-setup.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/docs/07-development/01-setup.md b/docs/docs/07-development/01-setup.md index 6072a377..1c98a675 100644 --- a/docs/docs/07-development/01-setup.md +++ b/docs/docs/07-development/01-setup.md @@ -28,16 +28,16 @@ Press Ctrl+C to stop all services and clean up Docker containers. ## Manual Setup -Karakeep uses `node` version 22. To install it, you can use `nvm` [^1] +Karakeep uses `node` version 24. To install it, you can use `nvm` [^1] ``` -$ nvm install 22 +$ nvm install 24 ``` Verify node version using this command: ``` $ node --version -v22.14.0 +v24.14.0 ``` Karakeep also makes use of `corepack`[^2]. If you have `node` installed, then `corepack` should already be @@ -45,7 +45,7 @@ installed on your machine, and you don't need to do anything. To verify the `cor ``` $ command -v corepack -/home//.nvm/versions/node/v22.14.0/bin/corepack +/home//.nvm/versions/node/v24.14.0/bin/corepack ``` To enable `corepack` run the following command: -- cgit v1.2.3-70-g09d2