Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regular updates (March 18) #1072

Merged
merged 15 commits into from
Mar 26, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
user-guide: update Node supported version
jorgeorpinel committed Mar 26, 2020
commit 9aeaa94e0820a82c9d54566da614bcc06a16b221
6 changes: 3 additions & 3 deletions content/docs/user-guide/contributing/docs.md
Original file line number Diff line number Diff line change
@@ -62,8 +62,8 @@ $ git clone [email protected]:<username>/dvc.org.git
$ cd dvc.org
```

Make sure you have a **recent** version of [Node.js](https://nodejs.org/en/),
and install [Yarn](https://yarnpkg.com/):
Make sure you have a recent version of [Node.js](https://nodejs.org/en/)
(`^12.0.0`), and install [Yarn](https://yarnpkg.com/):

```dvc
$ npm install -g yarn
@@ -118,7 +118,7 @@ The first few of the rules below should be enforced automatically by a Git
pre-commit hook that is integrated when `yarn` installs the project dependencies
(explained above).

- No trailing whitespaces are allowed.
- No trailing white spaces are allowed.

- Content must be properly formatted at 80 symbols width.