We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630edf1 commit 554848cCopy full SHA for 554848c
2 files changed
package.json
@@ -82,6 +82,6 @@
82
]
83
},
84
"engines": {
85
- "node": ">= 16"
+ "node": ">= 14"
86
}
87
scripts/build.mjs
@@ -42,7 +42,7 @@ async function main() {
42
outdir: "pkg/dist-node",
43
bundle: true,
44
platform: "node",
45
- target: "node16",
+ target: "node14",
46
format: "cjs",
47
...sharedOptions,
48
}),
0 commit comments