Skip to content

Commit

Permalink
[code-infra] Bump node image used by CI in docker (#12961)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy authored May 1, 2024
1 parent cbba3c1 commit 30b410c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ default-job: &default-job
REACT_DIST_TAG: << parameters.react-dist-tag >>
working_directory: /tmp/mui
docker:
- image: cimg/node:18.19
- image: cimg/node:18.20
# CircleCI has disabled the cache across forks for security reasons.
# Following their official statement, it was a quick solution, they
# are working on providing this feature back with appropriate security measures.
Expand Down

0 comments on commit 30b410c

Please sign in to comment.