DEV Community

Discussion on: Create Deployment Pipeline for React App on Hostinger

Collapse
 
kpwebdev profile image
KP Web Dev

I am getting following error in the git actions.

Could you please me out.

Image description

Collapse
 
mwoodson11 profile image
Mark Woodson

Looks like actions/checkout@v2 uses node12, I've updated the script to start using actions/checkout@v3. Thanks for pointing that out!