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

Use Node LTS releases to fix Travis CI builds (issue 10790) #11831

Merged
merged 1 commit into from
Apr 22, 2020

Conversation

Snuffleupagus
Copy link
Collaborator

@Snuffleupagus Snuffleupagus commented Apr 21, 2020

Hopefully we don't need the latest Node.js releases for the unit-tests to work on Travis, and by using "long-term support" releases instead we should be able to avoid these types of sudden failures in the future as well.

Fixes #10790

Hopefully we don't need the *latest* Node.js releases for the unit-tests to work on Travis, and by using "long-term support" releases instead we should be able to avoid these types of sudden failures in the future as well.
@Snuffleupagus Snuffleupagus changed the title Use Node LTS releases to fix Travis CI builds (issue 10709) Use Node LTS releases to fix Travis CI builds (issue 10790) Apr 21, 2020
@timvandermeij timvandermeij merged commit 6ec4206 into mozilla:master Apr 22, 2020
@timvandermeij
Copy link
Contributor

I also don't see a need to use the latest Node.js. We only use normal Node.js APIs, so the LTS release should be more than fine here. Thanks!

@Snuffleupagus Snuffleupagus deleted the Travis-Node-LTS branch April 22, 2020 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix the Travis CI builds
2 participants