Skip to content

Commit

Permalink
📝 updates recommended nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
josemigallas committed Mar 2, 2023
1 parent 305c1c5 commit 47cb876
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .tool-versions.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ruby 2.6.10
nodejs 10.19.0
nodejs 12.22.2
python 2.7.18
4 changes: 2 additions & 2 deletions fedora-manual-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ln -s .tool-versions.sample .tool-versions

### Ruby and Node.js

The project supports **[ruby 2.6.x](https://www.ruby-lang.org/en/downloads/)** and **[Node.js 10](https://nodejs.org/en/download/)**.
The project supports **[ruby 2.6.x](https://www.ruby-lang.org/en/downloads/)** and **[Node.js 12](https://nodejs.org/en/download/)**.
The recommended way to install them is with `asdf`:

```
Expand All @@ -24,7 +24,7 @@ asdf install

> Alternatively, Node.js can be installed as a [Module](https://developer.fedoraproject.org/tech/languages/nodejs/nodejs.html):
> ```
> dnf module install nodejs:10
> dnf module install nodejs:12
> ```
### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions osx-manual-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ln -s .tool-versions.sample .tool-versions
### Ruby and Node.js

The project supports **[ruby 2.6.x](https://www.ruby-lang.org/en/downloads/)** and **[Node.js 10](https://nodejs.org/en/download/)**. To install them with `asdf` run:
The project supports **[ruby 2.6.x](https://www.ruby-lang.org/en/downloads/)** and **[Node.js 12](https://nodejs.org/en/download/)**. To install them with `asdf` run:

```
asdf plugin add ruby
Expand All @@ -38,7 +38,7 @@ asdf install
* **Macs with M1** require installing and running node through Rosetta 2:

```
arch -x86_64 asdf install nodejs 10.19.0
arch -x86_64 asdf install nodejs 12.22.2
```

### Python (only macs with M1)
Expand Down

0 comments on commit 47cb876

Please sign in to comment.