Update Node.js to v24.20.0
CI / full-gate (push) Successful in 3m13s
Mirror / github-mirror (push) Successful in 4s

Release-Bump: minor
This commit was merged in pull request #96.
This commit is contained in:
2026-08-28 04:18:08 +00:00
parent 566c286f87
commit 7bde22713f
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ services:
# backs it (PLUGIN_SETTING_SCHEDULING_UPSTREAM above points here). Stand-in for the customer's real service —
# stdlib-only, in-memory, no auth. Prod points PLUGIN_SETTING_SCHEDULING_UPSTREAM at the real backend instead.
shifts-upstream:
image: node:24.19.0-alpine3.24
image: node:24.20.0-alpine3.24
command: node /srv/server.ts
restart: unless-stopped
volumes: