-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Drop support of Node 12 & 14 #6431
Conversation
d4eeeeb
to
bc05029
Compare
@@ -449,53 +463,6 @@ jobs: | |||
ENABLE_CONAN: ON | |||
NODE_PACKAGE_TESTS_ONLY: ON | |||
|
|||
- name: conan-macos-x64-release-node-lts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LTS is Node 18 at the moment, i.e. it seems there is no reason to build it separately as we explicitly build Node 18 version now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for better understanding: node-latest is Node 19 now.
runs-on: ubuntu-20.04 | ||
BUILD_TYPE: Debug | ||
CCOMPILER: clang-6.0 | ||
CXXCOMPILER: clang++-6.0 | ||
ENABLE_CONAN: ON | ||
NODE_PACKAGE_TESTS_ONLY: ON | ||
|
||
|
||
- name: node-16-conan-linux-release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We removed Node 12 jobs, but added Node 18 instead(which we implicitly had before, but named it "LTS")
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
bc05029
to
732d2f8
Compare
Issue
There is no even security support for Node 12 now and 14 will meet end of life in 6 months https://endoflife.date/nodejs
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
Tasklist
Requirements / Relations
Link any requirements here. Other pull requests this PR is based on?