-
Notifications
You must be signed in to change notification settings - Fork 15
lint-staged
doesn't recognize Node 10 as >= 6
#194
Comments
Is there an upstream issue? |
I don't know, I'm not sure where to find the code responsible for checking the Node version among husky, lint-staged, etc. |
I landed this fix on another repo: |
Great news, thanks! 😁 |
@armenzg Why not upgrade to |
I have no objections for that version. |
Cool!
You can find this repository in the greenkeeper.io website, and it should say that it is enabled. Then some time soon, you should see its first pull request to this repo (I think it adds some things to |
So, @Standard8 helped me look into why Greenkeeper.io wasn't doing anything, and I decided that maybe we could try renovatebot.com, which seems to have more features and controls. So we disabled Greenkeeper, and I filed https://bugzilla.mozilla.org/show_bug.cgi?id=1477999 in order to enable Renovate. I'm looking forward to seeing what it can do for us. |
Workaround is to add
--no-verify
aftergit commit
.The text was updated successfully, but these errors were encountered: