You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would help, if we recommend the NodeJS version to use in the documentation here and consistently use it.
For example we could rely on the latest LTS version of Node.js v22.19.0.
Or recommend to use the latest major version.
🔧 Refactor
Version
20.12.1in .tool-versionsVersion
20in backend/DockerfileWhen seeding the backend using
20.12.1from .tool-versions, we get warned about using an unsupported engine - requiringnode: '>=22':It would help, if we recommend the NodeJS version to use in the documentation here and consistently use it.
For example we could rely on the latest LTS version of Node.js
v22.19.0.Or recommend to use the latest major version.