From b23c4d6dc260c7948425b120a2db66f5effe7bb1 Mon Sep 17 00:00:00 2001 From: 0xawaz Date: Wed, 30 Oct 2024 11:02:07 +0100 Subject: [PATCH] fix: add nodejs v20 --- README_COPROCESSOR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_COPROCESSOR.md b/README_COPROCESSOR.md index 5eec465..ebc4c00 100644 --- a/README_COPROCESSOR.md +++ b/README_COPROCESSOR.md @@ -36,7 +36,7 @@ Make sure you have these binaries installed in your environment: * [docker](https://docs.docker.com/engine/install) * [rust](https://www.rust-lang.org/tools/install) * [protobuf](https://grpc.io/docs/protoc-installation) -* [nodejs](https://nodejs.org/en/download/package-manager) +* [nodejs v20](https://nodejs.org/en/download/package-manager) > **NB:** We will wrap all components in docker images to remove these prerequisites in the near future.