Merge pull request #90 from prototypa/astro2

Add astro2 node requirement
This commit is contained in:
prototypa
2023-01-21 17:02:51 -05:00
committed by GitHub

View File

@ -44,6 +44,6 @@
"typescript": "^4.9.4" "typescript": "^4.9.4"
}, },
"engines": { "engines": {
"node": "^14.15.0 || >=16.0.0" "node": ">=16.12.0"
} }
} }