Update package.json

This commit is contained in:
Nathan Bierema 2024-01-01 15:58:18 -05:00 committed by GitHub
parent b246b6691d
commit af96e978ab
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.13.0 || >= 18.12.0"
"node": ">= 18.12.0"
},
"dependencies": {
"@apollo/server": "^4.9.5",