Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support new Node.js LTS version: 22 #135

Closed
8 tasks
github-actions bot opened this issue Nov 21, 2024 · 3 comments
Closed
8 tasks

Support new Node.js LTS version: 22 #135

github-actions bot opened this issue Nov 21, 2024 · 3 comments
Assignees
Labels
auto-node-lts Issue created automatically for new Node.js LTS versions maintenance Maintenance tasks
Milestone

Comments

@github-actions
Copy link
Contributor

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.

  • Update the LTS version in .nvmrc
  • Run nvm use and ensure node -v returns the new LTS version
  • Run rm -rf node_modules && yarn install
  • Run all the quality checks described in CONTRIBUTNG.md
  • Run and test the app manually
  • Fix the potential bugs
  • Update .github/supported_nodejs_versions.json: add the new LTS version and remove the ones that are no longer supported (see Node.js release schedule)
  • Update all engine.node fields in package.json files
@github-actions github-actions bot added auto-node-lts Issue created automatically for new Node.js LTS versions maintenance Maintenance tasks labels Nov 21, 2024
@thomvaill thomvaill self-assigned this Nov 24, 2024
@thomvaill
Copy link
Owner

After my first tests, the app crashes instantly on Node.js version >= 22 because of this bug: standard-things/esm#931
Unfortunately this dependency repository was archived a few months ago so I don't expect any fix.
Issue created to remove this dependency: #138

@thomvaill thomvaill added this to the v1.1.0 milestone Nov 24, 2024
@saksham-netlight
Copy link

+1 on this.

@thomvaill
Copy link
Owner

Fixed in v1.1.0 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-node-lts Issue created automatically for new Node.js LTS versions maintenance Maintenance tasks
Projects
None yet
Development

No branches or pull requests

2 participants