Update to 1.20.0

Louis Lam 2023-02-13 17:33:37 +08:00
parent 0e2485a5a5
commit f070099e66

@ -34,7 +34,7 @@ cd <uptime-kuma-directory>
# Update from git # Update from git
git fetch --all git fetch --all
git checkout 1.19.6 --force git checkout 1.20.0 --force
# Install dependencies and prebuilt # Install dependencies and prebuilt
npm install --omit=dev npm install --omit=dev