Skip to content

Commit 482d075

Browse files
committed
fix: remove Node.js version pin from Vercel config
1 parent de3677b commit 482d075

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/vercel.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"framework": null,
33
"buildCommand": "npx @raystack/chronicle@0.5.2 build --preset=vercel --content=.",
4-
"installCommand": "echo 'skip'",
5-
"nodeVersion": "20"
4+
"installCommand": "echo 'skip'"
65
}

0 commit comments

Comments
 (0)