Update CONTRIBUTING.md for Node 20

package.json and GitHub Actions both run with Node 20
This commit is contained in:
Scott Busche 2024-08-04 14:20:41 -05:00 committed by GitHub
parent df63f4b8a7
commit 304fd93ece
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ To run the development environment of the application locally on your computer,
#### Requirements
- Docker (with Docker Compose)
- Node.js 18 or higher (with pnpm)
- Node.js 20 or higher (with pnpm)
### 1. Fork and Clone the Repository