From b10da4f670b7c2c3ea0c6bde6a663a1c5604c882 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 4 Jul 2023 21:01:11 +0800 Subject: [PATCH] Update to 1.22.1 --- 🆙-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 29688f9..b839c9d 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.22.0 --force +git checkout 1.22.1 --force # Install dependencies and prebuilt npm install --production