We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffe39e commit 3c7de75Copy full SHA for 3c7de75
.changeset/poor-suns-hammer.md
@@ -2,8 +2,8 @@
2
'@as-integrations/koa': major
3
---
4
5
-Upgrade to koa v3, @koa/bodyparser and node 22
6
-Since koa v3 only supports node >= 22, we do it too.
+Upgrade to koa v3 use @koa/bodyparser and node 18 as a minimum
+Since koa v3 only supports node >= 18, we do it too.
7
Making it compatible with koa-bodyparser and @koa/bodyparser (which is the more up-to-date version)
8
9
Adding the call to next() as in https://github.com/apollo-server-integrations/apollo-server-integration-koa/pull/232
package.json
@@ -66,7 +66,7 @@
66
"koa": "^3.0.0"
67
},
68
"engines": {
69
- "node": ">=22.0"
+ "node": ">=18.0"
70
71
"volta": {
72
"node": "20.19.0",
0 commit comments