Skip to content

Commit 9e2fbc3

Browse files
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

File tree

bun.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@tanstack/router-plugin": "^1.167.34",
8080
"@testing-library/jest-dom": "^6.9.1",
8181
"@testing-library/react": "^16.3.2",
82-
"@types/node": "^25.6.0",
82+
"@types/node": "^24.12.2",
8383
"@types/react": "19.2.14",
8484
"@types/react-dom": "19.2.3",
8585
"@types/web-push": "^3.6.4",

0 commit comments

Comments
 (0)