Worker Node version not updating
Good afternoon!
I'm trying to deploy an update to my Docusaurus site, and I've run into an issue I can't seem to resolve. When building, I get this error in the log:
In my
package.json I have the following:
When that didn't work, I tried adding NODE_VERSION 20 as an ENV var (via the dashboard), but that didn't help either...
At a bit of a loss now, any help is appreciated, thanks!1 Reply
Solved my own issue - had to change the
Build system version from Version 2 to Version 3 🙂