-
Notifications
You must be signed in to change notification settings - Fork 431
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
Update default Node.js version to 'lts/*' #1747
base: master
Are you sure you want to change the base?
Conversation
Coincidentally, default on windows doesn't seem to work currently. https://travis-ci.org/BanzaiMan/travis_production_test/jobs/560066644 |
So that nvs can also use it.
Testing on Windows: https://staging.travis-ci.org/BanzaiMan/travis_staging_test/builds/743259 |
Caching doesn't work for |
Why doesn’t caching work for that? Separately, you may want to hold off - I’m planning to add |
Because the |
…or so I thought, but it seems to be working? https://travis-ci.org/BanzaiMan/travis_production_test/jobs/566660374#L181 |
and switch the default back to '0.10'
4f147c3
to
524796a
Compare
name: 'Node.js', | ||
current_default: '0.10', | ||
new_default: 'lts/*', | ||
cutoff_date: '2019-09-01', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It’d be great if you could delay this, pending lts/-2
being available?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. This date is completely arbitrary.
0621487
to
189cc37
Compare
5f52bac
to
39a2872
Compare
b550246
to
e10c3aa
Compare
1a44841
to
4d03828
Compare
No description provided.