chaynHQ/bloom-frontend

Node: Upgrade to version 20

kyleecodes opened this issue · 0 comments

Overview

We should upgrade to Node 20. Node 17 is no longer supported, and Node 18 is required to fully leverage NextJS. There will likely be dependency issues as part of this change, so it will require a bit of time.

Action Items

  • Upgrade Node to 18 in package.json
  • Run tests and document any errors that must be fixed. If there are many or highly complex errors, we will open new issues for them.
  • Fix any issues that may arise.
  • Specify node version in GitHub Actions in /workflows directory.
  • Specify node version in README documentation.

Resources/Instructions