@uppy/companion: do not list Node.js 20.12 as compatible (#5309)

There's a bug with `styleText` util we're using.
This commit is contained in:
Antoine du Hamel 2024-07-03 16:25:01 +02:00 committed by GitHub
parent d1c1fefe45
commit 4feaabd79c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,8 @@ These cover all the major Uppy versions and how to migrate to them.
## Migrate from Companion 4.x to 5.x
- Node.js `>=18.20.0` is now required.
- End-of-Life versions of Node.js are no longer supported (use latest 18.x LTS,
20.x LTS, or 22.x current).
- Setting the `oauthOrigin` option is now required. To get back to the unsafe
behavior of the previous version, set it to `'*'`.
- `COMPANION_REDIS_EXPRESS_SESSION_PREFIX` now defaults to `companion-session:`

View file

@ -107,7 +107,7 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest --runInBand"
},
"engines": {
"node": "^18.20.0 || ^20.10.0 || >=22.0.0"
"node": "^18.20.0 || ^20.15.0 || >=22.0.0"
},
"installConfig": {
"hoistingLimits": "workspaces"