Skip to content

Commit

Permalink
fix: correct minimum node version to one that supports modules (#1085)
Browse files Browse the repository at this point in the history
* fix: correct minimum node version to one that supports modules

* fix: choose the node version that supports esm without any commandline flag
  • Loading branch information
mreinstein committed Dec 3, 2023
1 parent 996d2dd commit 5fa4e84
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/snabbdom/snabbdom/issues"
},
"engines": {
"node": ">=8.3.0"
"node": ">=12.17.0"
},
"files": [
"build"
Expand Down

0 comments on commit 5fa4e84

Please sign in to comment.