[BUILD] Bump node in .nvmrc to 20.17.0 due to unsupported engine warnings#576
Closed
hesreallyhim wants to merge 8 commits intomodelcontextprotocol:mainfrom
Closed
Conversation
.nvmrc to 20.17.0 due to deps resolution conflict.nvmrc to 20.17.0 due to unsupported engine warnings
dsp-ant
approved these changes
Nov 21, 2025
Member
|
I am okay iwth that change but it would require an update on the package-lock. I am closing this PR but pushing the change directly as a commit |
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.
Motivation and Context
I was starting to work on a PR for this repo, so I followed the instructions, ran
nvm iwhich installed node v.20.16.0, per.nvmrc, then rannpm i, and found there weredependency resolution conflictswarnings about incorrect version of node:AFTER CHANGE TO
.nvmrc:i think this was probably introduced in #283 ,
stoplightis a dep ofasyncapiwhich is a dep ofmintlify. Not sure why it wasn't caught during the CI/CD, probably because it's just a warning, but maybe consider adding a check for this in github actions or something.How Has This Been Tested?
Ran validate, generate, serve commands as per
CONTRIBUTING.md, no issues reported.Breaking Changes
Probably not(?). The site has already been deployed with node 20.16.0 without breaking (despite warning), site looks fine now, it's not a library that people would have as a dep anyway i think...
Types of changes
Checklist
Additional context