-
Notifications
You must be signed in to change notification settings - Fork 16
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
base: develop
Are you sure you want to change the base?
Conversation
Fixed package-lock.json for develop
@@ -1,7 +1,7 @@ | |||
jobs: | |||
build: | |||
docker: | |||
- image: 'cimg/node:20.11' | |||
- image: 'cimg/node:24.2.0' |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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?
Upgrade's the base image to 24.2.0