Skip to content

Commit

Permalink
Merge pull request #23 from rafidalhaque/master
Browse files Browse the repository at this point in the history
Change Node version from 8.x to 14.x
  • Loading branch information
paladini authored Apr 13, 2021
2 parents 9c838fa + 1089035 commit 0188648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ sudo apt-get install python2.7
```

### Install [NodeJS](https://docs.ghost.org/docs/supported-node-versions)
Install a version that is officially supported by Ghost, just like Node v6.9 or Node v8.9.
Install a version that is officially supported by Ghost, just like Node v14.x.
```
# Debian-based systems
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash
sudo apt-get install -y nodejs
```

Expand Down

0 comments on commit 0188648

Please sign in to comment.