Closed JayHuLBL closed 7 months ago
run npm I from client folder give following:
npm I
client
10 vulnerabilities (4 moderate, 6 high)
Also for the workflow setup in .github/workflows, node version is set to be 16.x. It causes the error when deploying:
.github/workflows
16.x
Closed as completed: node-version: [18.x]
node-version: [18.x]
run
npm I
fromclient
folder give following:Also for the workflow setup in
.github/workflows
, node version is set to be16.x
. It causes the error when deploying: