Skip to content
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

chore: drop node 16 and add node 22 to CI matrix MONGOSH-1898 #2255

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

nirinchev
Copy link
Contributor

@nirinchev nirinchev commented Nov 8, 2024

TODO:

@addaleax addaleax changed the title chore: Drop node 16 and add node 22 to CI matrix MONGOSH-1898 chore: drop node 16 and add node 22 to CI matrix MONGOSH-1898 Nov 8, 2024
@addaleax
Copy link
Contributor

addaleax commented Nov 8, 2024

cli-repl/package.json uses node >= 16.15.0 - should we bump that as well?

Yeah, if we don't test it, it's probably best to bump it 👍

) {
// This test fails on Windows with node 22 likely due to https://github.com/nodejs/node/issues/51766
return this.skip();
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, this might be something we want to track in our own JIRA? Not sure if we should consider this a blocker to adopting Node.js 22 for our official builds, but we should probably at least discuss it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed - was hoping to get this to a stable state and then I'll go back and compile a list of the hacks/questionable changes that we should double check on prior to merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants