janus-idp / backstage-showcase

This repo is moving to https://github.com/redhat-developer/red-hat-developer-hub
https://janus-idp.io
Apache License 2.0
112 stars 152 forks source link

Upgrade to Node 20 #880

Closed stephennimmo closed 7 months ago

stephennimmo commented 10 months ago

Node 18 is in maintenance. Node 20 is the current LTS.

Which dependency needs to be upgraded?

Node 20

What is the current version of the dependency?

Node 18

Which version to upgrade to?

Node 20

With node 20, there are dependencies to update.

backstage-showcase % yarn install
yarn install v1.22.19
[1/5] 🔍  Validating package.json...
[2/5] 🔍  Resolving packages...
[3/5] 🚚  Fetching packages...
error @azure/msal-node@1.18.3: The engine "node" is incompatible with this module. Expected version "10 || 12 || 14 || 16 || 18". Got "20.10.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
nickboldt commented 8 months ago

downstream jira: RHIDP-985