-
Notifications
You must be signed in to change notification settings - Fork 481
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 test runs with minimum dependency versions #757
base: master
Are you sure you want to change the base?
Conversation
96304a9
to
1ea5caa
Compare
449743f
to
06fdfd0
Compare
- node-current: | ||
run_coveralls: true | ||
- node-current: | ||
name: node-current-min-dependencies | ||
min_dependencies: true |
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.
For some reason CircleCI decided to change the name of the existing job to node-current-1
. Not sure why, this does not happen with node-v12
for example. I tried adding name: node-current
but it does not change this.
I guess we'll have to accept this and update the name of the required job in settings if we decide to merge the PR. I think we should make the min-dependencies
jobs required as well.
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.
I wish npm had built-in support for this but apparently it does not so it has to be done on our own. I saw an old feature request for npm install --minimum
, but it was eventually closed as stale.
…on to use oldest supported dependencies
06fdfd0
to
196f913
Compare
Depends on #756.