LiamMartens / sanity-plugin-intl-input

Intl input for Sanity with a cleaner UI than a default solution
MIT License
111 stars 22 forks source link

add "engines": { "node": ">=14 } to package.json #92

Closed rxkevin closed 2 years ago

rxkevin commented 2 years ago

Build failed in pipeline due to node version incompatibility due to a dependency of sanity-plugin-intl-input (@cprecioso/country-flag-emoji) which requires "node": ">=14

add "engines": { "node": ">=14 } to package.json, to inform users that if this condition is not met, build will fail.