79506927

Date: 2025-03-13 15:39:25
Score: 0.5
Natty:
Report link

The node version must be added to the build parameter of the eas.json file.

"build": {
  "development": {
    // rest of the code
    "node": "20.18.1"
  },
  "preview": {
    // rest of the code
    "node": "20.18.1"
  },
  "production": {
    // rest of the code
    "node": "20.18.1"
  }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: cris.sol