-
Notifications
You must be signed in to change notification settings - Fork 225
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
Increase minimum Node version to 18 #1847
Comments
Node 16 has now reached EOL as of today. https://nodejs.org/en/blog/announcements/nodejs16-eol So we should schedule this, there is nothing urgent right now but dependencies might start to stop working on node 16 and/or setup their own engine requirement. |
est: 3 |
Describe the breaking change Back-compat design to avoid immediate breaking Link to detailed breaking design Impact
Targeted Sprint Additional information |
The minimum Node version of all packages should be increased from 16 to 18, in part to allow us to use APIs only in Node 18 like
fetch
. (#1846).typespec/packages/compiler/package.json
Line 47 in a5d648c
The text was updated successfully, but these errors were encountered: