Open yoonaoh opened 2 months ago
The error Error: error:0308010C:digital envelope routines::unsupported seems to be caused by your project’s incompatibility with Node.js 18, which we recently set as the default Node.js version for this action, since Node.js 16 is EOL. Node.js 18 includes updates that can break older dependencies.
To fix this, explicitly specify Node.js 16 in your package.json by adding:
{
...
"engines": {
"node": "^16.0.0"
}
}
or update your project's dependencies to be Node.js 18 compatible.
Describe the bug Build and deploy step for GitHub Actions is failing with "Error: error:0308010C:digital envelope routines::unsupported"
To Reproduce Steps to reproduce the behavior:
GitHub Actions Workflow Run https://github.com/yoonaoh/reactbasicb3d7/actions/runs/10458340168/job/28959922401
Workflow file https://github.com/yoonaoh/reactbasicb3d7/actions/runs/10458340168/workflow
Expected behavior Expected workflow run to complete successfully
Screenshots
Device info (if applicable):
Additional context React project is using Node 16