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

Typo correction in version verification #9051

Merged
merged 2 commits into from
Mar 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/development/development-environment-osx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ $ nodenv init

You can find the latest LTS version here: https://nodejs.org/en/download/

At the time of writing this is v12.16.1. Install and activate it with:
At the time of writing this is v14.16.0. Install and activate it with:

```bash
nodenv install 12.16.1
nodenv global 12.16.1
nodenv install 14.16.0
nodenv global 14.16.0
```

## Verify your installation
Expand All @@ -115,8 +115,8 @@ ruby 2.7.2p137 (2020-03-31 revision a0c7c23c9c) [x86_64-darwin16]
$ bundler --version
Bundler version 2.0.2

$ npm --version
12.16.1
$ node --version
14.16.0
```

# Install OpenProject
Expand Down