-
Notifications
You must be signed in to change notification settings - Fork 84
chore: drop node 16 from CI matrix MONGOSH-1898 #2255
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
Changes from 6 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
e2c5390
Drop node 16 and add node 22 to CI test matrix
nirinchev a845126
Remove npm.ps1
nirinchev add4a12
Only remove npm.ps1 if it exists
nirinchev 50b56f2
Remove npx.ps1
nirinchev 1b96894
Try using npm 10.8.3
nirinchev cb278bc
Skip a broken test
nirinchev e68db81
Try to patch node instead of skipping the test
nirinchev ebee2e2
Merge branch 'main' into ni/node22
nirinchev efc99ce
Move libuv patch outside of the auto-applied patches directory
nirinchev a2ea107
Move completely outside the patches directory
nirinchev bd89644
Bring back conditional test skipping
nirinchev e1bf525
Another test to skip
nirinchev ab1f394
Merge branch 'main' into ni/node22
nirinchev 53508e0
Remove eperm workaround
nirinchev 7b7fc36
remove duplicate depcheck entry
nirinchev c457b72
Actually use ndoe 22.12.0
nirinchev 237098e
Remove Node 22 changes
nirinchev b29a408
Merge branch 'main' into ni/node22
nirinchev 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
Large diffs are not rendered by default.
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
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 was deleted.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| { | ||
| "version": "22.11.0", | ||
| "major": 22, | ||
| "minor": 11, | ||
| "patch": 0, | ||
| "tag": "", | ||
| "codename": "jod", | ||
| "versionName": "v22", | ||
| "start": "2024-04-24T00:00:00.000Z", | ||
| "lts": "2024-10-29T00:00:00.000Z", | ||
| "maintenance": "2025-10-21T00:00:00.000Z", | ||
| "end": "2027-04-30T00:00:00.000Z", | ||
| "releaseDate": "2024-10-29T00:00:00.000Z", | ||
| "isLts": true, | ||
| "files": [ | ||
| "aix-ppc64", | ||
| "headers", | ||
| "linux-arm64", | ||
| "linux-armv7l", | ||
| "linux-ppc64le", | ||
| "linux-s390x", | ||
| "linux-x64", | ||
| "osx-arm64-tar", | ||
| "osx-x64-pkg", | ||
| "osx-x64-tar", | ||
| "src", | ||
| "win-arm64-7z", | ||
| "win-arm64-zip", | ||
| "win-x64-7z", | ||
| "win-x64-exe", | ||
| "win-x64-msi", | ||
| "win-x64-zip", | ||
| "win-x86-7z", | ||
| "win-x86-exe", | ||
| "win-x86-msi", | ||
| "win-x86-zip" | ||
| ], | ||
| "dependencies": { | ||
| "npm": "10.9.0", | ||
| "v8": "12.4.254.21", | ||
| "uv": "1.48.0", | ||
| "zlib": "1.3.0.1-motley", | ||
| "openssl": "3.0.15+quic" | ||
| } | ||
| } |
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
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
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.