Skip to content

Commit

Permalink
feat!: update node.js versions (#177)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Require at least Node 18
  • Loading branch information
hongaar authored Oct 29, 2023
1 parent 428faf5 commit 3101023
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 @@ -99,7 +99,7 @@
},
"packageManager": "yarn@3.3.0",
"engines": {
"node": ">=16"
"node": ">=18"
},
"moker": {
"plugins": [
Expand Down

0 comments on commit 3101023

Please sign in to comment.