Set min node version in package.json

v14.13.0 is required for CommonJS named imports to work properly.
This commit is contained in:
Simon Ser 2022-02-10 14:46:42 +01:00
parent 1142145c6d
commit 0063a5a372
2 changed files with 6 additions and 0 deletions

View file

@ -24,5 +24,8 @@
"source": "index.html",
"publicUrl": "."
}
},
"engines": {
"node": ">=14.13.0"
}
}