-
Notifications
You must be signed in to change notification settings - Fork 729
chore: upgrade Node.js from 20 to 24 LTS (CM-1280) #4489
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
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
da238cf
chore: bump Node.js from 20 to 24 LTS (CM-1280)
skwowet f077864
chore: narrow undici dispatcher type assertion (CM-1280)
skwowet b0ec440
fix: bump node-config to 3.3.12 for Node 24 (CM-1280)
skwowet f8fd48e
fix: bump remaining Node 24-incompatible dependencies (CM-1280)
skwowet d0f50ae
fix: bump backend jsonwebtoken to 9 for Node 24 (CM-1280)
skwowet 5c9125d
fix: map snowflake S3 region to AWS_REGION (CM-1280)
skwowet 4f5a4f5
fix: bump axios to 1.19.0 for patched CVEs (CM-1280)
skwowet 3d36735
fix: remove snowflake AWS_REGION library shim (CM-1280)
skwowet c263379
fix: stop bunyan from serializing axios sockets (CM-1280)
skwowet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,6 @@ inputs: | |
| default: build push deploy | ||
|
|
||
| runs: | ||
| using: node16 | ||
| using: node24 | ||
| main: index.js | ||
| post: index.js | ||
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 20 | ||
| 24 |
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
|
github-license-compliance[bot] marked this conversation as resolved.
Fixed
github-license-compliance[bot] marked this conversation as resolved.
Fixed
github-license-compliance[bot] marked this conversation as resolved.
Fixed
github-license-compliance[bot] marked this conversation as resolved.
Fixed
github-license-compliance[bot] marked this conversation as resolved.
Fixed
github-license-compliance[bot] marked this conversation as resolved.
Fixed
|
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| FROM node:20-alpine as dependencies | ||
| FROM node:24-alpine as dependencies | ||
|
|
||
| WORKDIR /usr/crowd/frontend | ||
|
|
||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| { | ||
| "private": true, | ||
| "engines": { | ||
| "node": ">=20.0.0" | ||
| "node": ">=24.0.0" | ||
| }, | ||
| "scripts": { | ||
| "prepare": "husky", | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.