Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Anderson <[email protected]>
  • Loading branch information
dmikey committed Sep 19, 2024
1 parent b231652 commit 0c65e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-bin.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node --no-warnings
require("ts-node/register");
const compareVersions = require("compare-versions");
const MIN_NODE_VERSION = "14.17.6";
const MIN_NODE_VERSION = "18.10.0";

if (compareVersions.compare(process.versions.node, MIN_NODE_VERSION, "<")) {
console.error(
Expand Down

0 comments on commit 0c65e59

Please sign in to comment.