-
Notifications
You must be signed in to change notification settings - Fork 341
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
Drop support for Node.js 12 or use a transpiler #597
Labels
technical-debt
Refactoring, linting & tidying
Comments
This was referenced Jun 16, 2021
I don't have to wait for a specific node version we can always use a transpiler :) |
If we choose that path, it would be nice to consider TypeScript. Anyhow, we can remain in the pure JavaScript realms with Babel or something similar.
|
0x2b3bfa0
changed the title
Drop support for Node.js 12
Drop support for Node.js 12 or use a transpiler
Jun 30, 2021
See also iterative/setup-cml#40 |
Merged
Already using optional chaining: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Node.js 12 is in maintenance mode and will stop being supported on 2022-04-30. It would be nice to start using, Node.js 14 or even 16 to take advantage of features like optional chaining as per #581 (comment).
The text was updated successfully, but these errors were encountered: