Skip to content

Commit ed27197

Browse files
authored
Merge pull request #611 from wolfcito/chore/update-nvmrc-v23.1.0-to-v23.3.0
chore(nvmrc): update Node.js version from v23.1.0 to v23.3.0
2 parents 1670600 + 1f7eef8 commit ed27197

13 files changed

+14
-14
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v23.1.0
1+
v23.3.0

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:23.1.0
1+
FROM node:23.3.0
22
# Install pnpm globally
33
RUN npm install -g pnpm@9.4.0
44

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
### Prerequisites
3939

4040
- [Python 2.7+](https://www.python.org/downloads/)
41-
- [Node.js 22+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
41+
- [Node.js 23+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
4242
- [pnpm](https://pnpm.io/installation)
4343

4444
> **Note for Windows Users:** [WSL 2](https://learn.microsoft.com/en-us/windows/wsl/install-manual) is required.

README_ES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
**Requisitos (OBLIGATORIOS):**
2525

2626
- [Python 2.7+](https://www.python.org/downloads/)
27-
- [Node.js 23.1+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
27+
- [Node.js 23.3+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
2828
- [pnpm](https://pnpm.io/installation)
2929

3030
### Edite el archivo .env

README_FR.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Que pouvez-vous faire avec Eliza?
2525
**Pré-requis (obligatoire) :**
2626

2727
- [Python 2.7+](https://www.python.org/downloads/)
28-
- [Node.js 22+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
28+
- [Node.js 23+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
2929
- [pnpm](https://pnpm.io/installation)
3030

3131
> **Note pour Windows :** WSL est requis

README_IT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
### Prerequisiti
2929

3030
- [Python 2.7+](https://www.python.org/downloads/)
31-
- [Node.js 22+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
31+
- [Node.js 23+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
3232
- [pnpm](https://pnpm.io/installation)
3333

3434
> **Nota per gli utenti Windows:** È richiesto WSL

README_JA.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
**必須条件:**
2525

26-
- [Node.js 22+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
26+
- [Node.js 23+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
2727
- [pnpm](https://pnpm.io/installation)
2828

2929
### .envファイルの編集

README_KOR.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
**필수 요구사항:**
2525

2626
- [Python 2.7+](https://www.python.org/downloads/)
27-
- [Node.js 23.1+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
27+
- [Node.js 23.3+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
2828
- [pnpm](https://pnpm.io/installation)
2929

3030
## .env 파일 편집

README_PTBR.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
**Pré-requisitos (OBRIGATÓRIO):**
2525

2626
- [Python 2.7+](https://www.python.org/downloads/)
27-
- [Node.js 23.1+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
27+
- [Node.js 23.3+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
2828
- [pnpm](https://pnpm.io/installation)
2929

3030
### Edite o arquivo .env

README_RU.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
**Необходимые условия (ОБЯЗАТЕЛЬНО):**
4848

4949
- [Python 2.7+](https://www.python.org/downloads/)
50-
- [Node.js 23.1+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
50+
- [Node.js 23.3+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
5151
- [pnpm](https://pnpm.io/installation)
5252
> **Для Windows пользователей:** требуется WSL
5353

README_TR.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
### Gereksinimler
3535

3636
- [Python 2.7+](https://www.python.org/downloads/)
37-
- [Node.js 22+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
37+
- [Node.js 23+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
3838
- [pnpm](https://pnpm.io/installation)
3939

4040
> **Windows Kullanıcıları İçin Not:** WSL gereklidir

docs/docs/quickstart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar_position: 2
88

99
Before getting started with Eliza, ensure you have:
1010

11-
- [Node.js 23.1.0](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
11+
- [Node.js 23.3.0](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
1212
- [pnpm](https://pnpm.io/installation)
1313
- Git for version control
1414
- 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
187187

188188
1. **Node.js Version**
189189

190-
- Ensure Node.js 23.1.0 is installed
190+
- Ensure Node.js 23.3.0 is installed
191191
- Use `node -v` to check version
192192
- Consider using [nvm](https://github.com/nvm-sh/nvm) to manage Node versions
193193

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
]
5050
},
5151
"engines": {
52-
"node": "23.1.0"
52+
"node": "23.3.0"
5353
}
5454
}

0 commit comments

Comments
 (0)