Update package.json

This commit is contained in:
Nathan Bierema 2023-01-07 14:17:45 -05:00 committed by GitHub
parent c163c6f48b
commit 6748130678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
},
"engines": {
"node": "^16.14.0 || >= 18.0.0"
"node": "^14.13.1 || ^16.13.0 || >= 18.12.0"
},
"dependencies": {
"@apollo/server": "^4.3.0",