Force node version
Hi! how to force node version 20x ? i tried setting
"engines": {
"node": "20.x"
},
or NIXPACKS_NODE_VERSION = 20
but still have error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18.17.0". Got "18.8.0"
Thanks
5 Replies