turingschool / turlink-fe

2 stars 0 forks source link

Updates Node Version & TypeScript Version #58

Closed kiewi16 closed 6 days ago

kiewi16 commented 1 week ago

Description of Changes

Updates Node version from 16.5.1 (not supported by Heroku) to 18.20.4 which will be supported by Heroku until April 2025.

Downgrades TypeScript version to 4.9.5 to resolve an error that the TypeScript version 5.5.4 was not supported by react-scripts.

What are the relevant tickets (if any)

This PR is related to issue #57, and will be closed upon successful merge of this PR request.

Screenshots (if applicable)

image

Testing

I ran through several user flows to confirm the node update did not impact the application functionality. I was able to successful log in, view the dashboard with the top 5 links, filter by tag on the dashboard page, visit my links, shorten a link, and then see the shortened link on the my links page.

Checklist

Reviewer Instructions

Update your Node version to 18.20.4 in your local development environment Run npm install after updating Node version

Deployment Notes

Once the PR is merged with main, I will attempt to re-deploy to Heroku.

Additional Information

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