From be07f25e4995e2e381a5937164c360c78887f228 Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 2 Feb 2023 09:02:41 +0800 Subject: [PATCH] strict node.js version to 18.13.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 486af93..5a428a3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ For better documentation checkout this [notion](https://www.notion.so/teaxyz/tea | Project | Version | |------------|---------| -| nodejs.org | >=16 | +| nodejs.org | =18.13.0 | | pnpm.io | >=7.18.2 | | rust-lang.org | >=1.62 | | rust-lang.org/cargo | >=0.66 |