-
Notifications
You must be signed in to change notification settings - Fork 12
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 support for v8-canary builds #1
Conversation
test.js
Outdated
} | ||
} | ||
|
||
listBuilds('nightly', { releaseUrlBase: 'https://nodejs.org/download/' }, verify()) | ||
listBuilds('nightly', verify()) |
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.
Missing an empty config
parameter, here and in v8-canary
below.
@rvagg added a commit to address my review. Do you mind if I go ahead and land this? this has been live in the server for some months now. |
SGTM |
PR-URL: #1 Reviewed-By: João Reis <[email protected]>
Landed in e0a745d |
No description provided.