From ff9c4b93aefec7ad0cb0af8b20f88e9a4a599631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 17 Oct 2025 19:45:07 +0200 Subject: [PATCH] Update Node.js from 20.19.2 to 20.19.5 This is the latest 20.x release as of October 17, 2025. --- .node-version | 2 +- README.md | 2 +- README_ES.md | 2 +- docs/en/README.md | 2 +- docs/en/installation/deploying-on-heroku.md | 2 +- docs/es/README.md | 2 +- docs/es/installation/deploying-on-heroku.md | 2 +- publiccode.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.node-version b/.node-version index ba331903d..fc9099892 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -20.19.2 +20.19.5 diff --git a/README.md b/README.md index 105f8e782..21dd459c8 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**: The installation process will vary depending on your operating system. Please make sure to follow the [Local Installation Guide](docs/en/installation/local_installation.md) appropriate for your OS. -Prerequisites: install git, Ruby 3.3.9, CMake, pkg-config, Node.js 20.19.2, ImageMagick and PostgreSQL (>=13). +Prerequisites: install git, Ruby 3.3.9, CMake, pkg-config, Node.js 20.19.5, ImageMagick and PostgreSQL (>=13). **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 64185fd80..34e68b20d 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**: El proceso de instalación varía según el sistema operativo. Por favor, consulta la [documentación de instalación local](docs/es/installation/local_installation.md) apropiada para tu SO. -Prerrequisitos: tener instalado git, Ruby 3.3.9, CMake, pkg-config, Node.js 20.19.2, ImageMagick y PostgreSQL (13 o superior). +Prerrequisitos: tener instalado git, Ruby 3.3.9, CMake, pkg-config, Node.js 20.19.5, ImageMagick y PostgreSQL (13 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 cec2a4632..b1d011806 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.9, CMake, pkg-config, Node.js 20.19.2, ImageMagick and PostgreSQL (>=13). +Prerequisites: install git, Ruby 3.3.9, CMake, pkg-config, Node.js 20.19.5, ImageMagick and PostgreSQL (>=13). **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 904345c37..b4569aa45 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": "20.19.2" + "node": "20.19.5" } ``` diff --git a/docs/es/README.md b/docs/es/README.md index 4b7ab75f0..ef5b63281 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.9, CMake, pkg-config, Node.js 20.19.2, ImageMagick y PostgreSQL (13 o superior). +Prerrequisitos: tener instalado git, Ruby 3.3.9, CMake, pkg-config, Node.js 20.19.5, ImageMagick y PostgreSQL (13 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 3374786ca..5c52fead1 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": "20.19.2" + "node": "20.19.5" } ``` diff --git a/publiccode.yml b/publiccode.yml index bca3acae4..12ca2884f 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -119,7 +119,7 @@ dependsOn: - name: Rails version: "7.1.5.1" - name: Node.js - version: "20.19.2" + version: "20.19.5" - name: PostgreSQL versionMin: "13" - name: ImageMagick