-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
ci/cdPR checks, deploys, automationPR checks, deploys, automationenhancementNew feature or requestNew feature or requestjavascriptRequires understanding JavaScriptRequires understanding JavaScript
Description
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
Assignees
Labels
ci/cdPR checks, deploys, automationPR checks, deploys, automationenhancementNew feature or requestNew feature or requestjavascriptRequires understanding JavaScriptRequires understanding JavaScript