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

Update node to node 22 from node 18 #6707

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

tsmock
Copy link
Contributor

@tsmock tsmock commented Jan 22, 2025

What type of PR is this? (check all applicable)

  • πŸ• Feature
  • πŸ› Bug Fix
  • πŸ“ Documentation
  • πŸ§‘β€πŸ’» Refactor
  • βœ… Test
  • πŸ€– Build or CI
  • ❓ Other (please specify)

Describe this PR

Update to Node 22 from Node 18. Node 18 is losing support this year (2025-04-30).

Of some interest, node now has a built-in test runner (as of node 20).

Node on Linux

Node Version EOL
Ubuntu 20.04 v10.19.0 2025-04
Ubuntu 22.04 v12.22.9 2027-04
Ubuntu 24.04 v18.19.1 2029-04

Realistically, that only matters in a dev environment -- production environments should be using static builds.

Review Guide

  1. Install node 22
  2. Install dependencies
  3. CI=true yarn test -- note: node

Signed-off-by: Taylor Smock <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant