Skip to content

Commit

Permalink
fix: build against node14
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jun 2, 2023
1 parent 9dde44f commit 94f948d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async function main() {
outdir: "pkg/dist-node",
bundle: true,
platform: "node",
target: "node16",
target: "node14",
format: "cjs",
...sharedOptions,
}),
Expand Down

0 comments on commit 94f948d

Please sign in to comment.