diff --git a/.node-version b/.node-version index 561a1e9a8..ba331903d 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -18.20.3 +20.19.2 diff --git a/README.md b/README.md index 9b5505f34..e01a853b5 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ You can access the main website of the project at [http://consuldemocracy.org](h **NOTE**: For more detailed instructions, check the [local installation docs](docs/en/installation/local_installation.md). -Prerequisites: install git, Ruby 3.3.8, CMake, pkg-config, Node.js 18.20.3, ImageMagick and PostgreSQL (>=9.5). +Prerequisites: install git, Ruby 3.3.8, CMake, pkg-config, Node.js 20.19.2, ImageMagick and PostgreSQL (>=9.5). **Note**: The `bin/setup` command below might fail if you've configured a username and password for PostgreSQL. If that's the case, edit the lines containing `username:` and `password:` (adding your credentials) in the `config/database.yml` file and run `bin/setup` again. diff --git a/README_ES.md b/README_ES.md index 223401195..b8ffd4cde 100644 --- a/README_ES.md +++ b/README_ES.md @@ -34,7 +34,7 @@ Puedes acceder a la página principal del proyecto en [http://consuldemocracy.or **NOTA**: para unas instrucciones más detalladas, consulta la [documentación de instalación local](docs/es/installation/local_installation.md). -Prerrequisitos: tener instalado git, Ruby 3.3.8, CMake, pkg-config, Node.js 18.20.3, ImageMagick y PostgreSQL (9.5 o superior). +Prerrequisitos: tener instalado git, Ruby 3.3.8, CMake, pkg-config, Node.js 20.19.2, ImageMagick y PostgreSQL (9.5 o superior). **Nota**: Es posible que ejecutar `bin/setup`, como se indica a continuación, falle si has configurado un nombre de usuario y contraseña para PostgreSQL. Si es así, edita las líneas que contienen `username:` y `password:` (añadiendo tus credenciales) en el fichero `config/database.yml` y ejecuta `bin/setup` de nuevo. diff --git a/docs/en/README.md b/docs/en/README.md index 640815a28..f113a13fb 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -12,7 +12,7 @@ You can access the main website of the project at [http://consuldemocracy.org](h **NOTE**: For more detailed instructions, check the [local installation docs](installation/local_installation.md). -Prerequisites: install git, Ruby 3.3.8, CMake, pkg-config, Node.js 18.20.3, ImageMagick and PostgreSQL (>=9.5). +Prerequisites: install git, Ruby 3.3.8, CMake, pkg-config, Node.js 20.19.2, ImageMagick and PostgreSQL (>=9.5). **Note**: The `bin/setup` command below might fail if you've configured a username and password for PostgreSQL. If that's the case, edit the lines containing `username:` and `password:` (adding your credentials) in the `config/database.yml` file and run `bin/setup` again. diff --git a/docs/en/installation/deploying-on-heroku.md b/docs/en/installation/deploying-on-heroku.md index ebd41aee2..904345c37 100644 --- a/docs/en/installation/deploying-on-heroku.md +++ b/docs/en/installation/deploying-on-heroku.md @@ -64,7 +64,7 @@ This tutorial assumes that you have already managed to clone Consul Democracy on ```json "engines": { - "node": "18.20.3" + "node": "20.19.2" } ``` diff --git a/docs/es/README.md b/docs/es/README.md index 7e986944c..1a3e93289 100644 --- a/docs/es/README.md +++ b/docs/es/README.md @@ -12,7 +12,7 @@ Puedes acceder a la página principal del proyecto en [http://consuldemocracy.or **NOTA**: para unas instrucciones más detalladas, consulta la [documentación de instalación local](installation/local_installation.md). -Prerrequisitos: tener instalado git, Ruby 3.3.8, CMake, pkg-config, Node.js 18.20.3, ImageMagick y PostgreSQL (9.5 o superior). +Prerrequisitos: tener instalado git, Ruby 3.3.8, CMake, pkg-config, Node.js 20.19.2, ImageMagick y PostgreSQL (9.5 o superior). **Nota**: Es posible que ejecutar `bin/setup`, como se indica a continuación, falle si has configurado un nombre de usuario y contraseña para PostgreSQL. Si es así, edita las líneas que contienen `username:` y `password:` (añadiendo tus credenciales) en el fichero `config/database.yml` y ejecuta `bin/setup` de nuevo. diff --git a/docs/es/installation/deploying-on-heroku.md b/docs/es/installation/deploying-on-heroku.md index 89ca34b3e..3374786ca 100644 --- a/docs/es/installation/deploying-on-heroku.md +++ b/docs/es/installation/deploying-on-heroku.md @@ -64,7 +64,7 @@ Este tutorial asume que ya has conseguido clonar Consul Democracy en tu máquina ```json "engines": { - "node": "18.20.3" + "node": "20.19.2" } ```