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
committed by widgeter
parent b592035a3c
commit 076f372905

View File

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