From 1f1a95545fd92bd49e7dddb9200a06ffa386ee36 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 7 Oct 2022 00:48:05 +0800 Subject: [PATCH] Update to 1.18.3 --- 🆙-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 3c353aa..cbef765 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.2 --force +git checkout 1.18.3 --force # Install dependencies and prebuilt npm install --production