From 57f30687f51b398f649b989035230718f6f0af04 Mon Sep 17 00:00:00 2001 From: Alex Tymchenko Date: Thu, 6 Aug 2026 18:43:20 +0100 Subject: [PATCH] docs: add development requirements --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3d5839..1a37679 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Spine Validation — TypeScript Client Library -Requires Node.js 24 or later; development and CI pin and test Node.js 24.18.0. - A TypeScript validation library for Protobuf messages using [Spine Validation](https://github.com/SpineEventEngine/validation/) options, built on [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es) (Protobuf-ES v2). @@ -107,6 +105,11 @@ contains architecture, exact validation behavior, and local development notes. ## 🛠️ Development +### Requirements + +- [Node.js 24 or later](https://nodejs.org/en/download). +- [Corepack](https://github.com/nodejs/corepack). + ### Setup ```bash