-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filerefactor
Description
🔧 Refactor
-
Version
20.12.1in .tool-versions -
Version
20in backend/Dockerfile -
When seeding the backend using
20.12.1from .tool-versions, we get warned about using an unsupported engine - requiringnode: '>=22':npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@directus/sdk@19.1.0', npm WARN EBADENGINE required: { node: '>=22' }, npm WARN EBADENGINE current: { node: 'v20.12.1', npm: '10.5.0' } npm WARN EBADENGINE }
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.
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filerefactor