summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8c7657b15..7d3502136 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -10,7 +10,7 @@ We welcome contributions of any size and skill level. As an open source project,
### Prerequisite
```shell
-node: "^14.15.0 || >=16.0.0"
+node: "^14.20.0 || >=16.16.0"
pnpm: "^7.5.0"
# otherwise, your build will fail
```