From b2daa3debbd64740d42213f5c014d675235d18e7 Mon Sep 17 00:00:00 2001 From: Thomas Vaillant Date: Sun, 15 Dec 2024 16:05:55 +0100 Subject: [PATCH] docs: nodejs version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c08ff0f..fae9918 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ It will be re-built and published every time you push on `main`. Create your `.gitlab-ci.yml` and adapt it to your case: ```yml -image: node:14-alpine3.12 +image: node:lts-alpine pages: stage: deploy variables: