Skip to content

Commit

Permalink
Update node from 16 to 18 in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleechua committed Aug 27, 2023
1 parent 06250a3 commit 81cc40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-03-26-self-hosting-ghost-on-google-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ The whole thing takes 1-2 hours depending on your comfort level with the various
2. Install NodeJS:

```bash
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash
sudo apt install -y nodejs
sudo npm install -g npm@latest
```
Expand Down

0 comments on commit 81cc40f

Please sign in to comment.