From 5693a4e48360cba22a502b4c2bddaf97c733924c Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Thu, 25 Apr 2024 15:34:51 +0800 Subject: [PATCH] Update to 1.23.13 --- 🆙-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 90ba733..7c29e73 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.12 --force +git checkout 1.23.13 --force # Install dependencies and prebuilt npm install --production