Skip to content

Updates engines.node stanza to reflect actual requirements #472

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

Merged
merged 2 commits into from
May 7, 2020

Conversation

jasonkarns
Copy link
Contributor

Summary

The version spec in package.json#engines.node is out of date from what is specified in the corresponding READMEs. This updates the package to declare the correct minimum version of node.

While it may seem unimportant, the package.json#engines.node spec is respected by some tools, like nodenv, for node version selection. So this being incorrect can potentially activate the wrong version of node for someone developing locally.

Copy link
Contributor

@mjc1283 mjc1283 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@mjc1283
Copy link
Contributor

mjc1283 commented May 7, 2020

@jasonkarns Could you merge the latest master from this repo into your branch? Then I can go ahead and merge this.

@jasonkarns
Copy link
Contributor Author

jasonkarns commented May 7, 2020

updated (though my branch was only a day old.)

@mikeproeng37 mikeproeng37 mentioned this pull request May 7, 2020
@mjc1283 mjc1283 merged commit 5fdc3e0 into optimizely:master May 7, 2020
@jasonkarns jasonkarns deleted the node-version branch May 12, 2020 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants