From b29f6db7863edd35b106724144cdd47689433430 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Fri, 20 Dec 2024 15:34:38 +0800 Subject: [PATCH] Update to 1.23.16 --- 🆙-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 1204635..0a354a1 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.15 --force +git checkout 1.23.16 --force # Install dependencies and prebuilt npm install --production