From deeb164f29a035b84d7c6cb826e49eff426c8a9d Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Thu, 5 Jun 2025 11:16:53 +0000 Subject: [PATCH] Change from building with node 15 (end of life 2021) to node 18 (just gone EOL, but used on the Pi) --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7dab41ab..6cd52db7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ meta-build-image: - web .javascript: - image: node:15 + image: node:18 before_script: - cd webapp - npm install @@ -145,6 +145,7 @@ build: stage: build extends: .javascript script: + - export NODE_OPTIONS=--openssl-legacy-provider # Build JS application for production - npm run build artifacts: