Commit 9e2fbc3
committed
pin @types/node to match Vercel runtime
The deployed function runs `nodejs24.x` (per .vercel/output/functions/
_render.func/.vc-config.json), so the types should track Node 24, not 25.
The @astrojs/vercel adapter picks the runtime from the local node version
at build time, and our local toolchain is on v24 too.1 parent acb5e69 commit 9e2fbc3
2 files changed
Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments