Commit 658bc11
committed
Moved the runtime and typings onto Node 24 alongside .nvmrc
The Renovate update only bumped .nvmrc, which nothing in CI or
production reads: the Cloud Run image and every test container come
from the Dockerfile FROM line, and our docker:disableMajor preset
means Renovate can never bump that base image major itself. Merged
alone, the repo would declare Node 24 while everything that actually
runs stayed on 22 — and a green build here would prove nothing, since
the tests execute inside the Node 22 image.
- Dockerfile base image → node:24.18.0-alpine, so tests and
production genuinely move to 24
- @types/node → 24.13.3 and the renovate allowedVersions pin '<23' →
'<25', per the lockstep rule documented in renovate.json51 parent 5d82a87 commit 658bc11
4 files changed
Lines changed: 168 additions & 163 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments