From 56f18fe71cc9ac72c4aeafbb0fdd98009d5a5d24 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sat, 31 May 2025 10:53:40 -0500 Subject: [PATCH] update node and pnpm versions in README --- DEVELOPMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 6a4a5d7a0..5ddd0f382 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -9,8 +9,8 @@ Ontime consists of 3 distinct parts The steps below will assume you have locally installed the necessary dependencies. Other dependencies will be installed as part of the setup -- __node__ (~20) -- __pnpm__ (~9) +- __node__ (~22) +- __pnpm__ (~10) - __docker__ (only necessary to run and build docker images) ## LOCAL DEVELOPMENT