#236: pin the Node version #257
No reviewers
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#257
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/236-pin-node-version"
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?
Issue #236 (I-26) — precondition for the reproducibility claim in #219.
.node-version(22.15.1, the patch the floating 22.15 tag already resolves to; tag existence verified) is the single authoritative Node version.node-version-file; all four Dockerfiles pinnode:22.15.1-alpine;engines.nodefloor raised to>=22.15.1(open-ended upwards — local dev on newer Node keeps working, reproducibility rests on images and CI).node-version:in workflows, engines floor); positive and negative case tested locally. The bracketed grep keeps the step from matching its own source (same trick as the #198 fence).