-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add Node 13 to CI #1932
Add Node 13 to CI #1932
Conversation
.travis.yml
Outdated
@@ -66,3 +82,8 @@ matrix: | |||
osx_image: xcode9.2 | |||
language: node_js | |||
node_js: "12" | |||
- name: "OS X - Node 13" | |||
os: osx | |||
osx_image: xcode11.2 |
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.
From the changelog:
The minimum Xcode version supported for macOS was increased to 10. It is still possible to build Node.js with Xcode 8 but this may no longer be the case in a future v13.x release
For reference: https://docs.travis-ci.com/user/reference/osx/#macos-version
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.
Could we use xcode10
here? That way we'll still support OS X 10.13 (rather than jumping to 10.14).
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.
Done. 👍
@lovell The PR itself is ready for review, but CI is giving random failures, unrelated to the Node update AFAICT. |
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.
Thanks for the PR, one small comment inline otherwise this is good to merge. I've re-started the failed CI jobs as it looks like there was/is too much load on the nodejs.org site.
.travis.yml
Outdated
@@ -66,3 +82,8 @@ matrix: | |||
osx_image: xcode9.2 | |||
language: node_js | |||
node_js: "12" | |||
- name: "OS X - Node 13" | |||
os: osx | |||
osx_image: xcode11.2 |
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.
Could we use xcode10
here? That way we'll still support OS X 10.13 (rather than jumping to 10.14).
Merci beaucoup! |
🎉 Hoping for a release soon for the prebuilt binaries. 🙂 |
Please subscribe to #1909 for updates. |
https://nodejs.org/en/blog/release/v13.0.0/