Skip to content

Commit

Permalink
chore: Enforce Node engine
Browse files Browse the repository at this point in the history
  • Loading branch information
PartMan7 committed Oct 28, 2024
1 parent c5355ac commit 88604d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint:fix": "eslint src --ext .ts --fix",
"notify-unpushed": "sh ./scripts/notify-unpushed.sh",
"prepare": "sh ./scripts/setup.sh",
"start": "ts-node src/index.ts",
"start": "ts-node --transpileOnly src/index.ts",
"test": "npm run lint && npm run tsc",
"tsc": "tsc"
},
Expand Down Expand Up @@ -43,5 +43,8 @@
},
"optionalDependencies": {
"ansi-to-html": "^0.7.2"
},
"engines": {
"node": "<=18.18.2"
}
}

0 comments on commit 88604d7

Please sign in to comment.