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

chore: test against Node.js 13 #10591

Merged
merged 1 commit into from Oct 22, 2019
Merged

Conversation

JLHwung
Copy link
Contributor

@JLHwung JLHwung commented Oct 22, 2019

Q                       A
Any Dependency Changes? announce Node.js 13 support
License MIT

Run CI against Node.js 13. Fixes may follow if necessary.

@JLHwung JLHwung added the PR: Internal 🏠 A type of pull request used for our changelog categories label Oct 22, 2019
@@ -27,8 +27,8 @@ matrix:
include:
- node_js: "node"
env: JOB=lint
# We test the latest version on circleci
- node_js: "11"
# We test the Node.js 12 on circleci
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not run 13 on Circle and make this 12?

Copy link
Contributor Author

@JLHwung JLHwung Oct 22, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because circleci/node:13 is not available yet. After it is available we could swap 13 to circleci.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha, fwiw, I'm okay with waiting :)

@nicolo-ribaudo
Copy link
Member

Let's merge this now since CI is completely broken; we can move the tests to CircleCI as soon as it is available.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue PR: Internal 🏠 A type of pull request used for our changelog categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants