From 7a97a4d1accf16df046fad4b96102014b014829b Mon Sep 17 00:00:00 2001 From: Johan LEROY Date: Tue, 22 Sep 2026 09:03:12 +0200 Subject: [PATCH] docs(readme): le frontend construit sur Node 26 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suite à #127 : image node:26-alpine3.22 et CI frontend sur Node 26. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c6e6ef..37d01dc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Ce que la documentation apporte à chacun : [docs/architecture/00-vue-ensemble.m | Domaine | Technologie | Emplacement | Etat | |------------|-------------------------------------|---------------------|---------------| | Backend | FastAPI, Python 3.14 | `apps/backend` | En place | -| Frontend | Angular 22, Node 24 LTS | `apps/frontend` | En place | +| Frontend | Angular 22, Node 26 | `apps/frontend` | En place | | Base | PostgreSQL 17 + TimescaleDB | `db` | En place | | ETL | Apache Airflow | `etl/airflow` | Trois DAGs | | Infra | Terraform (k3s single-node) | `infra/terraform` | Initialise |