Support new Node.js LTS version: 22 #135
Labels
auto-node-lts
Issue created automatically for new Node.js LTS versions
maintenance
Maintenance tasks
Milestone
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
filesThe text was updated successfully, but these errors were encountered: