Update Node.js engine requirement to version 20

This commit is contained in:
Nathan Bierema 2025-11-15 07:52:02 -05:00 committed by GitHub
parent ce6464d1bd
commit a67ed607d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
},
"engines": {
"node": ">= 18.12.0"
"node": ">=20"
},
"dependencies": {
"@apollo/server": "^4.12.2",