Update node to version 22 LTS
Especially for solving this crappy warning:
npm install
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: 'new-moulinet-app@0.0.0',
npm warn EBADENGINE required: { node: '>=21.1.0' },
npm warn EBADENGINE current: { node: 'v20.14.0', npm: '10.7.0' }
npm warn EBADENGINE }
TODO:
- Change node version from 20 to 22 in
.devcontainer.json
and.gitlab-ci.yml
- Test and solve issues related to this update