Skip to content

Commit

Permalink
fix(engines): revert back to node 14 (#433)
Browse files Browse the repository at this point in the history
* fix(engines): revert back to node 14

* fix: build against node14
  • Loading branch information
G-Rath committed Jun 2, 2023
1 parent 630edf1 commit 554848c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -82,6 +82,6 @@
]
},
"engines": {
"node": ">= 16"
"node": ">= 14"
}
}
2 changes: 1 addition & 1 deletion scripts/build.mjs
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 554848c

Please sign in to comment.