Skip to content

Commit

Permalink
docs: Update nodejs version to 16.x (#19415)
Browse files Browse the repository at this point in the history
  • Loading branch information
bburnichon committed Dec 15, 2022
1 parent bdebdcc commit a3587fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/local-development.md
Expand Up @@ -26,7 +26,7 @@ If you don’t have Java installed, the Gradle tests will be skipped.
You can use the following commands on Ubuntu.

```sh
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update
Expand Down

0 comments on commit a3587fd

Please sign in to comment.