chore: povýšení na node 26
CI / Generate TypeScript types (push) Successful in 1m1s
CI / Server unit tests (push) Failing after 36s
CI / Build server (push) Successful in 28s
CI / Build client (push) Successful in 37s
CI / Playwright E2E tests (push) Successful in 1m43s
CI / Build and push Docker image (push) Skipped
CI / Notify (push) Successful in 1s

This commit is contained in:
2026-09-09 08:44:17 +02:00
parent ed53a1477e
commit 51df4c812e
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG NODE_VERSION="node:22-alpine"
ARG NODE_VERSION="node:26-alpine"
# ─── Builder ──────────────────────────────────────────────────────────────────
FROM ${NODE_VERSION} AS builder