chore: add supported engine only 18 and above

This commit is contained in:
Ayo 2023-10-01 09:01:18 +02:00
parent 9c1627b3e5
commit b18ef7a5d7

View file

@ -5,6 +5,9 @@
"type": "git",
"url": "https://github.com/ayoayco/cozy"
},
"engines": {
"node": ">=18.0.0"
},
"homepage": "https://cozy-reader.netlify.app",
"scripts": {
"start": "astro dev",