chore: add supported engine only 18 and above
This commit is contained in:
parent
9c1627b3e5
commit
b18ef7a5d7
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/ayoayco/cozy"
|
"url": "https://github.com/ayoayco/cozy"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=18.0.0"
|
||||||
|
},
|
||||||
"homepage": "https://cozy-reader.netlify.app",
|
"homepage": "https://cozy-reader.netlify.app",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
|
|
Loading…
Reference in a new issue