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 to only support LTS node versions #356

Merged
merged 1 commit into from
Mar 27, 2023
Merged

Update to only support LTS node versions #356

merged 1 commit into from
Mar 27, 2023

Conversation

afischer
Copy link
Member

Description of Change

Updates our package engines, CI and docker images to only use currently maintained versions of node.

Related Issue

Closes #318

Motivation and Context

In order to continue to maintain a stable, secure, and up-to-date app, it is necessary to drop older versions node as dependencies begin to drop support. Node 10 and 12 are no longer being actively maintained.

Checklist

  • Ran npm run lint and updated code style accordingly
  • npm run test passes
  • PR has a description and all contributors/stakeholder are noted/cc'ed
  • tests are updated and/or added to cover new code
  • relevant documentation is changed and/or added

@afischer afischer merged commit 085566d into main Mar 27, 2023
@afischer afischer deleted the node-lts-updates branch March 27, 2023 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate Node 10, 12 Support
1 participant