Change from building with node 15 (end of life 2021) to node 18 (just gone EOL, but used on the Pi)

This commit is contained in:
Julian Stirling 2025-06-05 11:16:53 +00:00
parent 16317bf94c
commit deeb164f29

View file

@ -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: