diff --git a/Dockerfile b/Dockerfile index d7bfcd1514..68f8051ce0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:23.1.0 +FROM node:23.3.0 # Install pnpm globally RUN npm install -g pnpm@9.4.0 diff --git a/README.md b/README.md index 60a35d9ba5..770bb11a02 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ ### Prerequisites - [Python 2.7+](https://www.python.org/downloads/) -- [Node.js 22+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) +- [Node.js 23+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) - [pnpm](https://pnpm.io/installation) > **Note for Windows Users:** [WSL 2](https://learn.microsoft.com/en-us/windows/wsl/install-manual) is required. diff --git a/README_ES.md b/README_ES.md index d84003077a..a620adb3d8 100644 --- a/README_ES.md +++ b/README_ES.md @@ -24,7 +24,7 @@ **Requisitos (OBLIGATORIOS):** - [Python 2.7+](https://www.python.org/downloads/) -- [Node.js 23.1+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) +- [Node.js 23.3+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) - [pnpm](https://pnpm.io/installation) ### Edite el archivo .env diff --git a/README_FR.md b/README_FR.md index e3192d6f89..da2cfbd9e8 100644 --- a/README_FR.md +++ b/README_FR.md @@ -25,7 +25,7 @@ Que pouvez-vous faire avec Eliza? **Pré-requis (obligatoire) :** - [Python 2.7+](https://www.python.org/downloads/) -- [Node.js 22+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) +- [Node.js 23+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) - [pnpm](https://pnpm.io/installation) > **Note pour Windows :** WSL est requis diff --git a/README_IT.md b/README_IT.md index c38b92ec95..d716be5d2d 100644 --- a/README_IT.md +++ b/README_IT.md @@ -28,7 +28,7 @@ ### Prerequisiti - [Python 2.7+](https://www.python.org/downloads/) -- [Node.js 22+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) +- [Node.js 23+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) - [pnpm](https://pnpm.io/installation) > **Nota per gli utenti Windows:** È richiesto WSL diff --git a/README_JA.md b/README_JA.md index ca5e6fff9b..6414571d97 100644 --- a/README_JA.md +++ b/README_JA.md @@ -23,7 +23,7 @@ **必須条件:** -- [Node.js 22+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) +- [Node.js 23+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) - [pnpm](https://pnpm.io/installation) ### .envファイルの編集 diff --git a/README_KOR.md b/README_KOR.md index c3b07e5615..c63541cdeb 100644 --- a/README_KOR.md +++ b/README_KOR.md @@ -24,7 +24,7 @@ **필수 요구사항:** - [Python 2.7+](https://www.python.org/downloads/) -- [Node.js 23.1+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) +- [Node.js 23.3+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) - [pnpm](https://pnpm.io/installation) ## .env 파일 편집 diff --git a/README_PTBR.md b/README_PTBR.md index 5557368cb9..4c56bb79a9 100644 --- a/README_PTBR.md +++ b/README_PTBR.md @@ -24,7 +24,7 @@ **Pré-requisitos (OBRIGATÓRIO):** - [Python 2.7+](https://www.python.org/downloads/) -- [Node.js 23.1+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) +- [Node.js 23.3+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) - [pnpm](https://pnpm.io/installation) ### Edite o arquivo .env diff --git a/README_RU.md b/README_RU.md index 5746fd924b..c7fd988f5d 100644 --- a/README_RU.md +++ b/README_RU.md @@ -47,7 +47,7 @@ **Необходимые условия (ОБЯЗАТЕЛЬНО):** - [Python 2.7+](https://www.python.org/downloads/) -- [Node.js 23.1+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) +- [Node.js 23.3+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) - [pnpm](https://pnpm.io/installation) > **Для Windows пользователей:** требуется WSL diff --git a/README_TR.md b/README_TR.md index 1bc2808ecb..89e9bbdf86 100644 --- a/README_TR.md +++ b/README_TR.md @@ -34,7 +34,7 @@ ### Gereksinimler - [Python 2.7+](https://www.python.org/downloads/) -- [Node.js 22+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) +- [Node.js 23+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) - [pnpm](https://pnpm.io/installation) > **Windows Kullanıcıları İçin Not:** WSL gereklidir diff --git a/docs/docs/quickstart.md b/docs/docs/quickstart.md index e37d2a8f7b..7e77573243 100644 --- a/docs/docs/quickstart.md +++ b/docs/docs/quickstart.md @@ -8,7 +8,7 @@ sidebar_position: 2 Before getting started with Eliza, ensure you have: -- [Node.js 23.1.0](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) +- [Node.js 23.3.0](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) - [pnpm](https://pnpm.io/installation) - Git for version control - A code editor ([VS Code](https://code.visualstudio.com/) or [VSCodium](https://vscodium.com) recommended) @@ -187,7 +187,7 @@ pnpm start --characters="characters/trump.character.json,characters/tate.charact 1. **Node.js Version** - - Ensure Node.js 23.1.0 is installed + - Ensure Node.js 23.3.0 is installed - Use `node -v` to check version - Consider using [nvm](https://github.com/nvm-sh/nvm) to manage Node versions diff --git a/docs/package.json b/docs/package.json index 0abec97e67..facb641c9e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -49,6 +49,6 @@ ] }, "engines": { - "node": "23.1.0" + "node": "23.3.0" } }