Updated Alpine and NodeJS versions (#11651)#11682
Closed
Conversation
## Context Current NodeJS version is out-dated. Alpine version also outdated. Upgrading Alpine version also updates NodeJS version. ## Changes proposed in this pull request Updated Alpine from 3.20 to 3.22 Updated NodeJS from 20.15.1 to 22.22.0 ## Guidance to review Check for builds being complete ## Things to check - [ ] If the code removes any existing feature flags, a data migration has also been added to delete the entry from the database - [ ] API release notes have been updated if necessary - [ ] If it adds a significant user-facing change, is it documented in the [CHANGELOG](CHANGELOG.md)? - [ ] Attach the PR to the Trello card - [ ] This code adds a column or table to the database - [ ] This code does not rely on migrations in the same Pull Request - [ ] decide whether it needs to be in analytics yml file or analytics blocklist - [ ] data insights team has been informed of the change and have updated the pipeline - [ ] the sanitise.sql script and 0025-protecting-personal-data-in-production-dump.md ADR have been updated - [ ] does the code safely backfill existing records for consistency
5db64c8 to
087ca5f
Compare
bdf94f6 to
d62d071
Compare
d62d071 to
e991e95
Compare
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.
Context
Current NodeJS version is out-dated. Alpine version also outdated. Upgrading Alpine version also updates NodeJS version.
Changes proposed in this pull request
Updated Alpine from 3.20 to 3.22
Updated NodeJS from 20.15.1 to 22.22.0
Guidance to review
Check for builds being complete
Things to check
Context
Changes proposed in this pull request
Guidance to review
Things to check