You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure you're running the version you want to upgrade to: node --version
Delete all frontend dependencies: rm -rf web/html/src/node_modules/
Confirm that all checks pass with fresh installs: yarn all
Confirm that nodejs-default (available in nodejs-common) includes at least the version you want to update to (should be no-op since nodejs-default tracks the LTS lifecycle)
If you update this checklist, please be sure to update the checklist template too.
node --version
rm -rf web/html/src/node_modules/
yarn all
nodejs-default
(available innodejs-common
) includes at least the version you want to update to (should be no-op sincenodejs-default
tracks the LTS lifecycle)engines.node
insusemanager-frontend/package.json
node-version
in all workflows in.github/workflows
that require itsystemsmanagement:Uyuni:Master
to use the desired module stream for nodejs.systemsmanagement:Uyuni:Master:Docker/uyuni-push-to-obs container
. If not, change the Dockerfile to force the installation of the right package.Devel:Galaxy:Manager:4.3:Docker/suma-push-to-obs
and any newer versions if applicable.The text was updated successfully, but these errors were encountered: