change engines to allow anything about 16.14.0 (#235)

This commit is contained in:
Dexter Edwards 2022-04-11 11:58:40 +01:00 committed by GitHub
parent f721a21d0f
commit c50bb19e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
"postinstall": "husky install"
},
"engines": {
"node": "16.14.0"
"node": ">=16.14.0"
},
"private": true,
"dependencies": {