Update to 1.15.0

Louis Lam 2022-04-24 23:17:51 +08:00
parent 8edf9d074f
commit f9780392d1

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