Open github-actions[bot] opened 4 days ago
After my first tests, the app crashes instantly on Node.js version >= 22 because of this bug: https://github.com/standard-things/esm/issues/931 Unfortunately this dependency repository was archived a few months ago so I don't expect any fix. Issue created to remove this dependency: https://github.com/thomvaill/log4brains/issues/138
New Node.js LTS version detected
Issue created automatically by a Github action.
A new active Node.js LTS version has been detected.
Please test the Log4brains project against this version and update the supported versions accordingly.
.nvmrc
nvm use
and ensurenode -v
returns the new LTS versionrm -rf node_modules && yarn install
.github/supported_nodejs_versions.json
: add the new LTS version and remove the ones that are no longer supported (see Node.js release schedule)engine.node
fields inpackage.json
files