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

Breaking: drop node v10/v13/v15 (refs eslint/eslint#14023) #37

Merged
merged 3 commits into from
Aug 4, 2021

Conversation

aladdin-add
Copy link
Member

No description provided.

Copy link
Contributor

@snitin315 snitin315 left a comment

Choose a reason for hiding this comment

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

It looks like we have a small lint issue.

Copy link
Contributor

@snitin315 snitin315 left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16.x, 15.x, 14.x, 13.x, 12.x, 10.x, "10.12.0"]
node: [16.x, 14.x, 12.x, "12.22.0"]
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
node: [16.x, 14.x, 12.x, "12.22.0"]
node: [16.x, 14.x, "14.17.0", 12.x, "12.22.0"]

package.json Outdated
@@ -58,6 +58,6 @@
"strip-json-comments": "^3.1.1"
},
"engines": {
"node": "^10.12.0 || >=12.0.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

beware the >=, that will force v17 etc whether you intend it or not

@nzakas
Copy link
Member

nzakas commented Jun 12, 2021

Let’s make sure we sync these changes with the final changes in the eslint repo

@nzakas nzakas merged commit bbcef88 into main Aug 4, 2021
@nzakas nzakas deleted the breaking/drop-node-v10 branch August 4, 2021 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants