Browse Source

Fix node engine version mismatch

pull/299/head
Thomas 4 years ago
parent
commit
3da1c0e004
  1. 2
      package.json

2
package.json

@ -151,7 +151,7 @@
"typescript": "4.2.4" "typescript": "4.2.4"
}, },
"engines": { "engines": {
"node": "14.x" "node": ">=14"
}, },
"importSort": { "importSort": {
".ts": { ".ts": {

Loading…
Cancel
Save