chore: terminate the node process on unhandled promise rejection.
diff --git a/.github/workflows/bot-wakup.yml b/.github/workflows/bot-wakup.yml
index 8a8d8e3..f9bf54f 100644
--- a/.github/workflows/bot-wakup.yml
+++ b/.github/workflows/bot-wakup.yml
@@ -34,4 +34,4 @@
         run: npm ci
 
       - name: Wake up bot
-        run: node src/glitch/wakeup.js
+        run: node --unhandled-rejections=strict src/glitch/wakeup.js