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: limit to Node >=9.4.0 || >8.9.4 <9 #4

Merged
merged 3 commits into from
Jan 18, 2018

Conversation

jinwoo
Copy link
Member

@jinwoo jinwoo commented Jan 18, 2018

There was a breaking change in http2 with Node 9.4.0. A similar change
will be made in Node 8 too.

Temporarily disable CircleCI tests with Node 8. And also update README
with the info.

There was a breaking change in http2 with Node 9.4.0. A similar change
will be made in Node 8 too.

Temporarily disable CircleCI tests with Node 8. And also update README
with the info.
@jinwoo jinwoo requested review from ofrobots and a team January 18, 2018 18:33
@codecov-io
Copy link

codecov-io commented Jan 18, 2018

Codecov Report

Merging #4 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #4   +/-   ##
=======================================
  Coverage   76.31%   76.31%           
=======================================
  Files           1        1           
  Lines          38       38           
  Branches        9        9           
=======================================
  Hits           29       29           
  Misses          9        9

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a9166dc...f6b5621. Read the comment docs.

@jinwoo
Copy link
Member Author

jinwoo commented Jan 18, 2018

I'm releasing the new version together with this change. The draft release note is in the GitHub UI.

@ofrobots
Copy link
Contributor

You can land changes like these with a TBR.

Copy link

@kjin kjin left a comment

Choose a reason for hiding this comment

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

LGTM

- image: node:8
user: node
<<: *unit_tests
# node8:
Copy link

Choose a reason for hiding this comment

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

I think technically you don't need to disable this here, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

You're right! But I'll leave this as disabled just to make it more prominent :)

@jinwoo jinwoo merged commit a1ea9d9 into google:master Jan 18, 2018
@jinwoo jinwoo deleted the node-version branch January 18, 2018 19:50
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.

4 participants