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

Bump minimum node version from 10.12 -> 10.16 #4092

Merged
merged 3 commits into from
Apr 21, 2021

Conversation

timotheeguerin
Copy link
Member

There is a bug in older node 10 versions on windows.

fix #4090

@timotheeguerin timotheeguerin changed the title Bump minimum node version from 10.12 -> 12.16 Bump minimum node version from 10.12 -> 10.16 Apr 20, 2021
@azure-pipelines
Copy link

You may test this build by running autorest --reset and then either:


Add the following CLI flags
Pacakge Flag Description
@autorest/core --version:https://tinyurl.com/yfoz3tb8 For changes to autorest core.
@autorest/modelerfour --use:https://tinyurl.com/yen8braf For changes to modelerfour.

Or with all

autorest --version:https://tinyurl.com/yfoz3tb8 --use:https://tinyurl.com/yen8braf

or use the following in your autorest configuration:
# For changes to autorest core
version: "https://tinyurl.com/yfoz3tb8"

# For changes to modelerfour
use-extension:
  "@autorest/modelerfour": "https://tinyurl.com/yen8braf"

If this build is good for you, give this comment a thumbs up. (👍) And you should run `autorest --reset` again once you're finished testing to remove it.

@timotheeguerin timotheeguerin merged commit 9bcc2af into master Apr 21, 2021
@timotheeguerin timotheeguerin deleted the fix/minimum-node-version branch April 21, 2021 20:13
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.

Consider erroring loudly on node < 14
1 participant