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