-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Svelte 4: drop Node 8 support #6804
Comments
We should drop Node 10 support too. Node 12 is going to be EOL at the end of next April, so that might end up being on the table as well. |
I suppose we can do it even before Svelt 4, at least for Node 8. |
Changing the supported node version is a breaking change and has to be done in a major release. |
done here: #8482 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
We're stuck on old versions of Mocha and Puppeteer since we're running Node 8 on the CI. We should drop Node 8 support when we have a Svelte 4 one day and then upgrade Mocha and Puppeteer
Reproduction
We might want to bump the
engines
field inpackage.json
Logs
No response
System Info
`master`
Severity
annoyance
The text was updated successfully, but these errors were encountered: