Skip to content

Commit

Permalink
Support Fastify v5 in @connectrpc/connect-fastify (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Nov 4, 2024
1 parent a7cfa96 commit c521d8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/conformance-fastify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [22.7.0, 20.17.0, 18.20.4, 18.14.1]
# Fastify v5 only supports Node.js v20+
node-version: [22.7.0, 20.17.0]
name: "Node.js ${{ matrix.node-version }}"
timeout-minutes: 10
steps:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/connect-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"peerDependencies": {
"@bufbuild/protobuf": "^2.2.0",
"fastify": "^4.22.1",
"fastify": "^4.22.1 || ^5.1.0",
"@connectrpc/connect": "2.0.0-rc.2",
"@connectrpc/connect-node": "2.0.0-rc.2"
}
Expand Down

0 comments on commit c521d8e

Please sign in to comment.