Skip to content

Commit 5c71edf

Browse files
authoredJan 8, 2024
Update recommended Node.js version (#3279)
1 parent 3a6ce54 commit 5c71edf

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
 

‎docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ First time using Node.js? You may want to start with the [tutorial](tutorial.md)
3535

3636
## Installation
3737

38-
First install Node.js >= 14 from [nodejs.org](https://nodejs.org/) then:
38+
First install Node.js >= 18 from [nodejs.org](https://nodejs.org/) then:
3939

4040
`npm install mineflayer`
4141

‎docs/br/README_BR.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Primeira vez usando o Node.js? Você pode querer começar com o tutorial [tutori
3333
- Dê uma olhada em nossos [projetos atuais](https://github.com/PrismarineJS/mineflayer/wiki/Big-Prismarine-projects)
3434

3535
## Instalação
36-
- Primeiro, instale o Node.js >= 14 a partir do [nodejs.org](https://nodejs.org/)
36+
- Primeiro, instale o Node.js >= 18 a partir do [nodejs.org](https://nodejs.org/)
3737

3838
`npm install mineflayer`
3939

‎docs/es/README_ES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Crea bots para Minecraft con una API de JavaScript potente, estable y de alto ni
3434
Echa un vistazo a nuestros [proyectos actuales](https://github.com/PrismarineJS/mineflayer/wiki/Big-Prismarine-projects)
3535

3636
## Instalación
37-
Primero instala Node.js >= 14 desde [nodejs.org](https://nodejs.org/)
37+
Primero instala Node.js >= 18 desde [nodejs.org](https://nodejs.org/)
3838

3939
`npm install mineflayer`
4040

‎docs/ru/README_RU.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
## Установка
3737

38-
Сначала установите Node.js >= 14 из [nodejs.org](https://nodejs.org/), затем выполните:
38+
Сначала установите Node.js >= 18 из [nodejs.org](https://nodejs.org/), затем выполните:
3939

4040
`npm install mineflayer`
4141

‎docs/zh/README_ZH_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
## 安装
3838

39-
首先,从 [nodejs.org](https://nodejs.org/) 安装 nodejs(版本要求 >= 14),
39+
首先,从 [nodejs.org](https://nodejs.org/) 安装 nodejs(版本要求 >= 18),
4040

4141
然后在你创建的bot项目目录中,使用命令行运行:
4242

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "git://github.com/PrismarineJS/mineflayer.git"
1818
},
1919
"engines": {
20-
"node": ">=14"
20+
"node": ">=18"
2121
},
2222
"license": "MIT",
2323
"dependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.