Skip to content

Commit 554848c

Browse files
authored
fix(engines): revert back to node 14 (#433)
* fix(engines): revert back to node 14 * fix: build against node14
1 parent 630edf1 commit 554848c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@
8282
]
8383
},
8484
"engines": {
85-
"node": ">= 16"
85+
"node": ">= 14"
8686
}
8787
}

scripts/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async function main() {
4242
outdir: "pkg/dist-node",
4343
bundle: true,
4444
platform: "node",
45-
target: "node16",
45+
target: "node14",
4646
format: "cjs",
4747
...sharedOptions,
4848
}),

0 commit comments

Comments
 (0)