From 304fd93eceae1a0d0c16891039b6ba5705b219cd Mon Sep 17 00:00:00 2001 From: Scott Busche Date: Sun, 4 Aug 2024 14:20:41 -0500 Subject: [PATCH] Update CONTRIBUTING.md for Node 20 package.json and GitHub Actions both run with Node 20 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0fbc9a09..3501deab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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