Skip to content

Commit 3c7de75

Browse files
committed
fix: wrong node-version
1 parent 3ffe39e commit 3c7de75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.changeset/poor-suns-hammer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
'@as-integrations/koa': major
33
---
44

5-
Upgrade to koa v3, @koa/bodyparser and node 22
6-
Since koa v3 only supports node >= 22, we do it too.
5+
Upgrade to koa v3 use @koa/bodyparser and node 18 as a minimum
6+
Since koa v3 only supports node >= 18, we do it too.
77
Making it compatible with koa-bodyparser and @koa/bodyparser (which is the more up-to-date version)
88

99
Adding the call to next() as in https://github.com/apollo-server-integrations/apollo-server-integration-koa/pull/232

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"koa": "^3.0.0"
6767
},
6868
"engines": {
69-
"node": ">=22.0"
69+
"node": ">=18.0"
7070
},
7171
"volta": {
7272
"node": "20.19.0",

0 commit comments

Comments
 (0)