fix: correct minimum node version to one that supports modules (#1085)

* fix: correct minimum node version to one that supports modules

* fix: choose the node version that supports esm without any commandline flag
pull/1094/head
Michael Reinstein 1 year ago committed by GitHub
parent 996d2ddf51
commit 5fa4e84808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,7 @@
"url": "https://github.com/snabbdom/snabbdom/issues"
},
"engines": {
"node": ">=8.3.0"
"node": ">=12.17.0"
},
"files": [
"build"

Loading…
Cancel
Save