From ea865272b770de9279e7f9bb3dde8b97a0b5bd01 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 29 Sep 2024 22:00:17 +0800 Subject: [PATCH] Update to 1.23.14 --- 🆙-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 7c29e73..64ee4cb 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.13 --force +git checkout 1.23.14 --force # Install dependencies and prebuilt npm install --production