-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Update the node engine in package.json #1034
Conversation
I think if you could bump the minimum to Node 16, it would be best. Node 14 is going to be end-of-lifed April 30th, and in doing so, we can also bump the |
Do you also want me to update to |
I understand why ESLint is failing, but not how to resolve it. What is |
Yes, that'd be great. |
It is the config file for |
so to resolve, you can remove all of these lines: // Todo[engine:node@>=16]: Requires Node 16
'eslint-config-canonical',
'glob', |
Already figured it out and removed those. 😄 |
I think I'll sit on this until the 30th in case there are updates between now and then. I know other projects transition earlier, but I'd rather avoid any further issues for users esp. with the other breaking changes. |
Btw, how should we get past the fact that this repo is still expecting a Node 14 test? |
Huh? I don’t understand why that is. Does GitHub not allow external contributors to remove CI jobs? 🤔 |
ah, maybe this is something @gajus has to do... |
Maybe it’s because the original commit still had that job? Maybe it helps if I make a new PR. |
You could try rebasing into a single commit and force-pushing, or sure, if you find that too cumbersome or think it'll be necessary, a new PR... |
That doesn’t seem to work. |
It rings a bell that Gajus may need to approve. |
🎉 This PR is included in version 43.0.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This is a follow up of es-joy/jsdoccomment@3c6b512#r109800324.