Skip to content

Commit

Permalink
Update Node.js version from 12 -> 18
Browse files Browse the repository at this point in the history
Node.js 12 is deprecated and 18 is the current LTS version
  • Loading branch information
jdabtieu authored Jun 1, 2023
1 parent 061fea3 commit 49aa244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```shell-session
$ apt update
$ apt install git gcc g++ make python3-dev python3-pip libxml2-dev libxslt1-dev zlib1g-dev gettext curl redis-server
$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
$ curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
$ apt install nodejs
$ npm install -g sass postcss-cli postcss autoprefixer
```
Expand Down

0 comments on commit 49aa244

Please sign in to comment.