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
@@ -1,5 +1,5 @@
# Node 24 runs TypeScript directly (type stripping) — no build step. Pinned exact tag.
FROM node:24.19.0-alpine3.24
FROM node:24.20.0-alpine3.24
# Above WORKDIR so dev's `.:/app` bind mount can't shadow them; a volume at /app/node_modules
# instead leaves a root-owned dir in the checkout (the daemon creates mount destinations as root).