Skip to content

Commit

Permalink
Update recommended Node.js version (#3279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyaasu66 committed Jan 8, 2024
1 parent 3a6ce54 commit 5c71edf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ First time using Node.js? You may want to start with the [tutorial](tutorial.md)

## Installation

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

`npm install mineflayer`

Expand Down
2 changes: 1 addition & 1 deletion docs/br/README_BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Primeira vez usando o Node.js? Você pode querer começar com o tutorial [tutori
- Dê uma olhada em nossos [projetos atuais](https://github.com/PrismarineJS/mineflayer/wiki/Big-Prismarine-projects)

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

`npm install mineflayer`

Expand Down
2 changes: 1 addition & 1 deletion docs/es/README_ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Crea bots para Minecraft con una API de JavaScript potente, estable y de alto ni
Echa un vistazo a nuestros [proyectos actuales](https://github.com/PrismarineJS/mineflayer/wiki/Big-Prismarine-projects)

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

`npm install mineflayer`

Expand Down
2 changes: 1 addition & 1 deletion docs/ru/README_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

## Установка

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

`npm install mineflayer`

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/README_ZH_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

## 安装

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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "git://github.com/PrismarineJS/mineflayer.git"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 5c71edf

Please sign in to comment.