[VS-NfD] Pin the Node version #236
Labels
No Label
area:auth
area:docs
area:export
area:ops
area:storage
area:supply-chain
auth
backend
blocked
collab
deployment
docs
effort:L
effort:M
effort:S
frontend
plugins
qa
vs-nfd
vs-nfd:blocker
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stwaidele/dorfteich#236
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Plan reference: n/a —
10-ist-aufnahme.md-> I-26ADR: ADR 0024
Effort: S (0,5 AT)
Depends on: —
Context
A reproducible offline build cannot rest on "any Node ≥ 22". This is a
precondition for the reproducibility claim in #219, which is why it lands
before the offline milestone.
Current state
package.json:7–10:"engines": { "node": ">=22" }— a lower bound, nota pin.
"packageManager": "pnpm@11.9.0"is exact, so the pattern forpinning is already established in the same file.
.gitea/workflows/ci.yml,actions/setup-node@v4)each select a version independently.
Acceptance criteria
Dockerfiles and local development; a drift between them fails CI.
raising for security fixes).
versions.
Out of scope
Changing the Node major, and pinning image digests (#203).
Implemented in PR #257 (commits
6a520e2+9326177, CI run 520 green, fast-forward merged per Stefan's standing go-ahead for this issue block).Evidence against the acceptance criteria:
CD verification follows on the main-push run.