Skip to content

Update to node 20 #147

@kevinfodness

Description

@kevinfodness

Description

Since node 20 is the current LTS, and npm 10 is bundled with node 20, we should update to require both explicitly.

Use Case

All Alley open source projects that use node should be on the latest LTS version with the corresponding npm version.

Acceptance Criteria

  • Modify package.json files to explicitly require node 20 and npm 10
  • Regenerate package-lock.json using npm 10
  • Ensure all tests/linters/build steps pass locally
  • Update CI to use node 20 containers and ensure everything passes
  • Cut a new release that includes the updated assets built with the new versions

Metadata

Metadata

Labels

ci/cdPR checks, deploys, automationenhancementNew feature or requestjavascriptRequires understanding JavaScript

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions