RRailway•Created by gustav on 1/15/2024 in #✋|help Nodejs 20 not set in railway
I have set in my package.json:
"engines" : {
"node": "20"
}
and the I have set the NIXPACKS_NODE_VERSION=20 in my environment variables, but still my build fails with:
The engine "node" is incompatible with this module. Expected version "20". Got "18.18.2"