-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
Use Case
As a nodejs lib maintainer
I want to update the minimum required version of nodejs to an LTS version
So that we can ship modern and efficient JS while testing with modern tooling.
User Impact
- Users will need to use the minimum required version of node specified in the package to operate on supported platforms.
Acceptance Criteria
Implementation Requirements
- Bump the minimum version of nodejs in the package.json file
- Remove EOL Node versions from CI
- Update dependencies based on new minimum supported nodejs version
Testing Requirements
- All supported node versions should be tested in CI