Skip to content

Commit e115d36

Browse files
committed
update node tool versions missed earlier
1 parent 0a9fabe commit e115d36

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/iron
1+
lts/jod

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ruby 3.2.4
2-
yarn 1.22.19
3-
nodejs 20.16.0
2+
yarn 1.22.22
3+
nodejs 22.11.0

doc/LINUX_SETUP.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ sudo -u postgres psql -c "CREATE USER $USER WITH CREATEDB"
5252
```
5353
# Install NVM and Node JS
5454
# you can use curl
55-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
55+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
5656
# or wget
57-
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
57+
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
5858
5959
# Restart your terminal
6060
@@ -72,6 +72,11 @@ npm i -g npm@latest
7272
npm i -g yarn
7373
```
7474

75+
```
76+
# add node and node tools to the path
77+
nvm alias default lts/jod
78+
```
79+
7580
```
7681
# Install and configure rbenv
7782
sudo apt install rbenv

0 commit comments

Comments
 (0)