Update to 1.13.0

migrate-v1-to-v2
Louis Lam 2022-03-24 22:40:35 +08:00
parent 4d4bfab859
commit 68e2952c0f
1 changed files with 1 additions and 1 deletions

@ -20,7 +20,7 @@ cd <uptime-kuma-directory>
# Update from git # Update from git
git fetch --all git fetch --all
git checkout undefined --force git checkout 1.13.0 --force
# Install dependenies and prebuilt # Install dependenies and prebuilt
npm ci --production npm ci --production