diff options
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ef25aeca..162966a0c 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: "^12.20.0 || ^14.13.1 || >=16.0.0" +node: "^14.15.0 || >=16.0.0" yarn: "^1.22.10" # otherwise, your build will fail ``` |