Update engines field

This commit is contained in:
Nikita Karamov 2021-08-28 15:55:42 +02:00
parent e23e590251
commit fd2e403d98
No known key found for this signature in database
GPG key ID: 7FCADEDBB1AEBE44

View file

@ -30,6 +30,6 @@
"sirv-cli": "^1.0.10"
},
"engines": {
"node": "^14"
"node": "^12 | ^14 | >= 16"
}
}