diff options
author | 2021-07-27 12:46:13 +0000 | |
---|---|---|
committer | 2021-07-27 12:46:13 +0000 | |
commit | 4b94fc9f2e3a78d16bf8e7202d9bf4a4448808ae (patch) | |
tree | 6f5d977af243b55a63ba8247fd4fd1f8036ac51d /contributing.md | |
parent | 50c40642900be2ff2de7c0eabe5eea9db3df7839 (diff) | |
download | astro-4b94fc9f2e3a78d16bf8e7202d9bf4a4448808ae.tar.gz astro-4b94fc9f2e3a78d16bf8e7202d9bf4a4448808ae.tar.zst astro-4b94fc9f2e3a78d16bf8e7202d9bf4a4448808ae.zip |
[ci] yarn format
Diffstat (limited to '')
-rw-r--r-- | contributing.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.md b/contributing.md index b8ea556db..0706fd3e5 100644 --- a/contributing.md +++ b/contributing.md @@ -1,6 +1,7 @@ # Contributing ## Prerequisite + ```shell node: "^12.20.0 || ^14.13.1 || >=16.0.0" yarn: "^1.22.10" |