Skip to content

Commit

Permalink
Merge pull request #3586 from csordasmarton/update_required_node_vers…
Browse files Browse the repository at this point in the history
…ion_in_docs

[doc] Update required node version in the documentation
  • Loading branch information
csordasmarton authored Jan 27, 2022
2 parents 487b95c + 30aef3e commit 2c49428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ sudo apt-get install clang clang-tidy build-essential curl gcc-multilib \
# Install nodejs dependency for web. In case of Debian/Ubuntu you can use the
# following commands. For more information see the official docs:
# https://nodejs.org/en/download/package-manager/
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install -y nodejs

# Check out CodeChecker source code.
Expand Down

0 comments on commit 2c49428

Please sign in to comment.