Update to a version of Node that Astro supports (>=18.14.1)

This commit is contained in:
prototypa
2023-08-25 13:11:41 -04:00
parent e3e8845721
commit 2f6c697e5f

View File

@ -47,6 +47,6 @@
"unpic": "^3.10.0"
},
"engines": {
"node": ">=16.12.0"
"node": ">=18.14.1"
}
}