Skip to content
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

Closed
0x2b3bfa0 opened this issue Jun 16, 2021 · 4 comments · Fixed by #783
Closed

Drop support for Node.js 12 or use a transpiler #597

0x2b3bfa0 opened this issue Jun 16, 2021 · 4 comments · Fixed by #783
Labels
technical-debt Refactoring, linting & tidying

Comments

@0x2b3bfa0
Copy link
Member

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).

@0x2b3bfa0 0x2b3bfa0 added the technical-debt Refactoring, linting & tidying label Jun 16, 2021
@DavidGOrtega
Copy link
Contributor

DavidGOrtega commented Jun 17, 2021

I don't have to wait for a specific node version we can always use a transpiler :)

@0x2b3bfa0
Copy link
Member Author

0x2b3bfa0 commented Jun 17, 2021 via email

@0x2b3bfa0 0x2b3bfa0 changed the title Drop support for Node.js 12 Drop support for Node.js 12 or use a transpiler Jun 30, 2021
@0x2b3bfa0
Copy link
Member Author

See also iterative/setup-cml#40

@0x2b3bfa0 0x2b3bfa0 linked a pull request Oct 28, 2021 that will close this issue
@0x2b3bfa0
Copy link
Member Author

Already using optional chaining:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical-debt Refactoring, linting & tidying
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants