apollo-server-integration-h3 icon indicating copy to clipboard operation
apollo-server-integration-h3 copied to clipboard

Node 23 actually required?

Open jovrtn opened this issue 4 months ago • 1 comments

I see Node 23.11.1 set in package.json for the latest commit, but not sure if there's anything in the code that actually depends on it. We're running into issues deploying with engine-strict=true NPM on Vercel (Node 22). Thanks!

jovrtn avatar Jul 17 '25 22:07 jovrtn

No, any recent enough node version should do (that is supported by apollo-server and h3).

This entry in the package.json was updated by renovate. Do you have an idea how to make renovate respect more general versions and not replace it by a particular one?

tobiasdiez avatar Jul 18 '25 18:07 tobiasdiez