Skip to content

Commit

Permalink
fix: revert the change to drop support for Node 14 & 16 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jun 2, 2023
1 parent a80fcfc commit dae109a
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 @@ -89,6 +89,6 @@
]
},
"engines": {
"node": ">= 18"
"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: "node18",
target: "node14",
format: "cjs",
...sharedOptions,
}),
Expand Down

0 comments on commit dae109a

Please sign in to comment.