Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

feat: Set Node.js 22.x as default, update readme (fixes #6)

Merged Jean-François HOVINNE requested to merge feat-6 into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -8,7 +8,7 @@ build nodejs:
- master
script:
- ./init-environment
- NODE_MAJOR_VERSION="${NODE_MAJOR_VERSION:=20}"
- NODE_MAJOR_VERSION="${NODE_MAJOR_VERSION:=22}"
- NODE_VERSION=$(python3 get-nodejs-latest.py ${NODE_MAJOR_VERSION})
- ./build-nodejs-version ${NODE_VERSION} 1> /dev/null
- curl -sL -o /opt/nodejs/${NODE_VERSION}/LICENSE https://raw.githubusercontent.com/nodejs/node/main/LICENSE
Loading