From 81cc40f9324fed015a5b12ba602b2c16897af51b Mon Sep 17 00:00:00 2001 From: Scott Lee Chua Date: Sun, 27 Aug 2023 20:33:27 +0800 Subject: [PATCH] Update node from 16 to 18 in installation --- _posts/2023-03-26-self-hosting-ghost-on-google-cloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-03-26-self-hosting-ghost-on-google-cloud.md b/_posts/2023-03-26-self-hosting-ghost-on-google-cloud.md index 53a865f..472c956 100644 --- a/_posts/2023-03-26-self-hosting-ghost-on-google-cloud.md +++ b/_posts/2023-03-26-self-hosting-ghost-on-google-cloud.md @@ -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 ```