From 82bdbef27909ddb7a62991c459f986b7571bfcb3 Mon Sep 17 00:00:00 2001
From: Jean-Francois HOVINNE <jean-francois.hovinne@ext.ec.europa.eu>
Date: Mon, 29 Apr 2024 13:16:11 +0000
Subject: [PATCH] docs: Update readme, add Node.js 22.x

---
 README.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cde1a28..03256b9 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 amazonlinux2-nodejs
 ===================
 
-A GitLab pipeline to build [Node.js](https://nodejs.org/) 18.x and 20.x for Amazon Linux 2.
+A GitLab pipeline to build [Node.js](https://nodejs.org/) 18.x, 20.x and 22.x for Amazon Linux 2.
 
 Rationale
 ---------
@@ -21,6 +21,18 @@ The pipeline launches an `amazonlinux:2` container and:
 * Builds this release from source code
 * Publishes the build to this project's package registry
 
+Downloads
+---------
+
+Node.js 18.x, 20.x and 22.x builds for Amazon Linux 2 can be downloaded from the
+[Package Registry](https://code.europa.eu/ecgalaxy/amazonlinux2-nodejs/-/packages).
+
+Automated setup
+---------------
+
+See the [ECGALAXY Node.js Ansible role](https://code.europa.eu/ecgalaxy/nodejs)
+to globally install Node.js on Amazon Linux 2 and other distributions, using automation.
+
 Original work
 -------------
 
-- 
GitLab