Skip to content

Upgrade Node version to 24 #3074

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

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

Upgrade Node version to 24 #3074

wants to merge 6 commits into from

Conversation

andrewbrazzatti
Copy link
Contributor

Upgrade's the base image to 24.2.0

@@ -1,7 +1,7 @@
jobs:
build:
docker:
- image: 'cimg/node:20.11'
- image: 'cimg/node:24.2.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

There are other uses of cimg/node in this file - should they be updated too?

@@ -27,7 +27,7 @@ services:
--output /opt/redbox-portal/.tmp/junit/backend-bruno/backend-bruno.xml
--bail"
redboxportal:
image: qcifengineering/redbox-portal:develop
image: qcifengineering/redbox-portal:feature-node24
Copy link
Contributor

Choose a reason for hiding this comment

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

The bruno service in this file uses the node image, should that be updated too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants