-
Notifications
You must be signed in to change notification settings - Fork 6k
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
move to node 14 & 16 #6889
move to node 14 & 16 #6889
Conversation
🦋 Changeset detectedLatest commit: 59f9d71 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The future is here!
ba742a5
to
59a617f
Compare
@backstage/maintainers I've fixed this up - should be ready to go now! |
Hmm looks like 16 is throwing up some shiz with maybe running out of memory? |
Looks like it's a problem with |
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I may suggest, a quick one to possibly sneak into this PR would be to remove the suggestion in the issue template for bug reporting of Node v12 as well:
https://github.com/backstage/backstage/blob/master/.github/ISSUE_TEMPLATE/bug_template.md
(right near the end)
Otherwise good technical debt cleanup !! 🧹
Time to phase out support for Node.js v12 and start making sure we're running smooth on v16. It is scheduled for active LTS at the end of October, while v12 is already in maintenance mode.
For now the primary version we use is still v14, but once this is merged we can start using v14+ features and syntax.