From a73b64f16d800f8f2ca0665a3d93293ffca7996d Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 9 Oct 2022 16:58:24 +0800 Subject: [PATCH] Update to 1.18.4 --- 🆙-How-to-Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index cbef765..85794e6 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -34,7 +34,7 @@ cd # Update from git git fetch --all -git checkout 1.18.3 --force +git checkout 1.18.4 --force # Install dependencies and prebuilt npm install --production