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

[code-infra] Bump node image used by CI in docker #42079

Merged
merged 2 commits into from
May 2, 2024

Conversation

LukasTy
Copy link
Member

@LukasTy LukasTy commented May 1, 2024

Bumping to use the latest LTS (v18.x) version to benefit from updates and security fixes.

https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V18.md

Replicate change done on mui/mui-x#12961

@LukasTy LukasTy added the scope: code-infra Specific to the core-infra product label May 1, 2024
@LukasTy LukasTy requested a review from a team May 1, 2024 09:23
@LukasTy LukasTy self-assigned this May 1, 2024
@mui-bot
Copy link

mui-bot commented May 1, 2024

Netlify deploy preview

https://deploy-preview-42079--material-ui.netlify.app/

Bundle size report

No bundle size changes (Toolpad)
No bundle size changes

Generated by 🚫 dangerJS against 08f8846

@@ -215,6 +215,9 @@ jobs:
#!/bin/bash
VALE_STR_CLI_VERSION=3.3.0

# set smart sudo
if [[ $EUID -eq 0 ]]; then export SUDO=""; else export SUDO="sudo"; fi
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm wondering, any idea why we don't use the orb directly?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That would be a question for @oliviertassinari.
Did you try the orb when introducing this step? 🤔

@LukasTy LukasTy merged commit 5d36b3c into mui:next May 2, 2024
19 checks passed
@LukasTy LukasTy deleted the bump-docker-node branch May 2, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: code-infra Specific to the core-infra product
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants