turingschool / turlink-fe

2 stars 0 forks source link

specifies node version in package json to see if it resolves the buil… #47

Closed kiewi16 closed 2 months ago

kiewi16 commented 2 months ago

…d fail in heroku.

Description of Changes

This PR specifies the node version to 16.5.1 in the package.json file in attempt resolve the issue encountered when deploying the application with Heroku. This step was recommended in the Heroku Support documentation.

What are the relevant tickets (if any)

No tickets are related to this PR.

Screenshots (if applicable)

N/A

Testing

I ran npm start and ran through a few user flows in our application to confirm it was still working as expected.

Checklist

Reviewer Instructions

No additional specific instructions or information that would help the reviewer understand the context or nuances of the changes.

Deployment Notes

Please attempt to deploy the project on Heroku to see if this PR fixes the build issues we were experiencing.

Additional Information

No additional information that may be relevant to the review or understanding of the changes.

zachwolek commented 2 months ago

Thank you for doing this, I'll communicate immediately whether or not we're able to deploy.