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

chore: drop support for Node.js 12 and lower #544

Closed
wants to merge 1 commit into from
Closed

Conversation

dhmlau
Copy link
Member

@dhmlau dhmlau commented Apr 3, 2023

Description

BREAKING CHANGE: Drop support for Node.js 12 and lower.

Related issues

  • connect to <link_to_referenced_issue>

Checklist

  • New tests added or existing tests modified to cover all changes
  • Code conforms with the style
    guide

BREAKING CHANGE: Node.js 12 and lower has reached end of life.

Signed-off-by: dhmlau <[email protected]>
@@ -19,12 +19,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [10, 12, 14, 16]
node-version: [14, 16, 18]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we make a release on May 2023, we can also drop Node.js v14 as well.

Suggested change
node-version: [14, 16, 18]
node-version: [16, 18]

see: https://github.com/nodejs/Release/blob/031e2e696365940269a523afe9539ba01e5797a9/README.md#release-schedule

@dhmlau
Copy link
Member Author

dhmlau commented Oct 12, 2023

closing in favor of #609

@dhmlau dhmlau closed this Oct 12, 2023
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.

2 participants