Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

build!: upgrade engines field to >=8.10.0#476

Merged
JustinBeckwith merged 1 commit intomasterfrom
update-engine-field-2-the-updates-revenge
May 2, 2019
Merged

build!: upgrade engines field to >=8.10.0#476
JustinBeckwith merged 1 commit intomasterfrom
update-engine-field-2-the-updates-revenge

Conversation

@bcoe
Copy link
Copy Markdown

@bcoe bcoe commented May 2, 2019

This drops support for all Node.js versions < 8.10.0, please upgrade

BREAKING CHANGE: library now requires Node >= 8.10.0

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 2, 2019
@kalyanac kalyanac requested a review from nolanmar511 May 2, 2019 16:54
Comment thread package.json
},
"engines": {
"node": ">=6.12.3 <8.0.0 || >=8.9.4 <10.0.0 || >=10.4.1"
"node": ">=8.10.0"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

For context, why is support for 8.9.X dropped?

Also, for this module, the engine would need to be ">=8.10.0 <10.0.0 || >=10.4.1". Some versions of Node 10 are not compatible with the profile.

@JustinBeckwith JustinBeckwith merged commit 2f30df4 into master May 2, 2019
@JustinBeckwith JustinBeckwith deleted the update-engine-field-2-the-updates-revenge branch May 2, 2019 18:27
nolanmar511 added a commit that referenced this pull request May 2, 2019
kalyanac pushed a commit that referenced this pull request May 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants