Skip to content

Commit

Permalink
build(deps): bump minimum node to v20
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for node <20.8.1
  • Loading branch information
robence committed Jun 7, 2024
1 parent 4f1c761 commit 1585212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/TechTeamer/mq"
},
"engines": {
"node": ">=16"
"node": ">=20.8.1"
},
"scripts": {
"build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./fixup.sh",
Expand Down

0 comments on commit 1585212

Please sign in to comment.