Upgrade Node.js to version 24.18.0 and update pipelines accordingly - #9
Open
aarrey wants to merge 3 commits into
Open
Upgrade Node.js to version 24.18.0 and update pipelines accordingly#9aarrey wants to merge 3 commits into
aarrey wants to merge 3 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new Node.js 24.18.0 image definition (based on Alpine 3.23.5) and exposes that version as a selectable option in the Buildkite pipelines so it can be tested and released through the existing workflow.
Changes:
- Added
versions/24.18.0/Dockerfileto build Node.js 24.18.0 onbandsintown/alpine:3.23.5(including yarn install and smoke tests). - Added
versions/24.18.0/test/Dockerfileto run the existing test harness against the new image tag. - Updated Buildkite master + PR pipelines to include
v24.18.0in the selectable version list.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
versions/24.18.0/Dockerfile |
New Node 24.18.0 image build using Alpine 3.23.5 and the repo’s standard install/verify flow. |
versions/24.18.0/test/Dockerfile |
New test variant image to run the repo’s existing tests against bandsintown/node:24.18.0. |
.buildkite/pipeline.pull_request.yml |
Adds 24.18.0 to the PR test pipeline version selector. |
.buildkite/pipeline.master.yml |
Adds 24.18.0 to the release pipeline version selector. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
….20.2, and 22.23.2
…ce Buildkite pipelines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgraded nodejs version with the new alpine version 3.23.5