Skip to content

Commit 0e17c78

Browse files
committed
build: set minimal node version in build script to v20
1 parent c38525c commit 0e17c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async function main() {
3030
outdir: "pkg/dist-node",
3131
bundle: true,
3232
platform: "node",
33-
target: "node18",
33+
target: "node20",
3434
format: "esm",
3535
...sharedOptions,
3636
}),

0 commit comments

Comments
 (0)