Next.js Discord

Discord Forum

Vercel Github actions says theres a mismatch in node versions

Answered
Havana posted this in #help-forum
Open in Discord
HavanaOP
I've configured my project to use node@20 but when I try to build in github actions I see a warning that the project is not configured to use node 20.
Its not 100% clear if that warning is the cause of the failure.

Am I doing something wrong? Is there any other place to configure the nodejs version? Does this change take time to propagate?
Answered by Havana
turns out the issue was that I wasn't installing pnpm on this particular action
View full answer

1 Reply

HavanaOP
turns out the issue was that I wasn't installing pnpm on this particular action
Answer