From c4e4d43c3f869d5a0fc370e16f5f1fc4ea9356b7 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 19 Apr 2024 01:28:33 +0800 Subject: [PATCH] Update to 1.23.12 --- 🆙-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 533569d..90ba733 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -33,7 +33,7 @@ cd # Update from git git fetch --all -git checkout 1.23.11 --force +git checkout 1.23.12 --force # Install dependencies and prebuilt npm install --production