Skip to content

Commit

Permalink
fix: decrease minimum required Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinH committed Sep 25, 2023
1 parent b3b3b9e commit 7526e0c
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 @@ -18,7 +18,7 @@
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=18"
"node": ">=16"
},
"author": "Valentin Hervieu",
"license": "MIT",
Expand Down

0 comments on commit 7526e0c

Please sign in to comment.