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

Support node 11 #1597

Merged
merged 1 commit into from
Nov 11, 2020
Merged

Support node 11 #1597

merged 1 commit into from
Nov 11, 2020

Conversation

alanclarke
Copy link
Contributor

What is the purpose of this pull request? (put an "X" next to item)

[x] Bug fix

What changes did you make? (Give an overview)

Currently, if you try to run standard using node v11, the executable outputs: Node 10.12.0 or greater is required. standard did not run.

Since v11 is greater than v10.12.0, this change makes the behaviour consistent with the messaging!

@welcome
Copy link

welcome bot commented Nov 10, 2020

🙌 Thanks for opening this pull request! You're awesome.

@LinusU
Copy link
Member

LinusU commented Nov 10, 2020

We don't want to support Node.js 11 since it's no longer supported by Node.js itself, can you instead update the message?

@feross
Copy link
Member

feross commented Nov 10, 2020

@LinusU While I agree that we don't want to officially promise support for Node 11, is there harm in letting it run in on that version if it works?

@LinusU
Copy link
Member

LinusU commented Nov 11, 2020

Right, didn't really think about that 😄

I don't see why we should block it 👍

@feross feross merged commit 7ddbd69 into standard:master Nov 11, 2020
@welcome
Copy link

welcome bot commented Nov 11, 2020

🎉 Congrats on getting your first pull request landed!

@feross
Copy link
Member

feross commented Nov 11, 2020

Released as 16.0.2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants