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

Align CI config; Drop EOL Node.js versions #648

Merged
merged 3 commits into from
Oct 26, 2023
Merged

Conversation

achrinza
Copy link
Member

@achrinza achrinza commented Oct 26, 2023

This PR is considered a breaking change.

see: loopbackio/security#27
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
see: loopbackio/cicd#27
see: loopbackio/cicd#83
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
BREAKING CHANGE: This drops explicit support for EOL Node.js versions

Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
@achrinza achrinza changed the title Align CI config; Drop EOL Node.js versions BREAKING CHANGE: Align CI config; Drop EOL Node.js versions Oct 26, 2023
@achrinza achrinza changed the title BREAKING CHANGE: Align CI config; Drop EOL Node.js versions Align CI config; Drop EOL Node.js versions Oct 26, 2023
@@ -3,7 +3,7 @@
"version": "3.5.6",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=8.11.1"
"node": "16 || 18 || 20 || 21"
Copy link
Member Author

@achrinza achrinza Oct 26, 2023

Choose a reason for hiding this comment

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

This more explicit versioning aligns with the strategy we have with LoopBack 4.

Note that for non-LTS versions (i.e. odd-numbered versions), we will drop their support and it won't be considered a breaking change.

@achrinza achrinza merged commit 764ff98 into master Oct 26, 2023
6 of 11 checks passed
@achrinza achrinza deleted the ci/pin-gh-actions branch October 26, 2023 08:30
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.

1 participant