Skip to content

Deploy waring #357

Answered by thkruz
windmx asked this question in Q&A
Discussion options

You must be logged in to vote

This really is more of an issue with Vercel than this repo.

It is letting you know that at some point in the future Vercel will default to Node 20 vs Node 18 and that your package.json allows it switch automatically. I am running Node 20 without any issues, so it looks like a false positive and the solution to hiding the warning is going to be specific to Vercel - try changing >= to == to let Vercel know not to upgrade to Node 20 automatically.

Recommend you close this issue.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by prototypa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #319 on January 22, 2024 02:47.