Skip to content

Commit

Permalink
fix: allow middy 4 as peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartholomae committed Nov 27, 2022
1 parent 0fe9c60 commit 9633c77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
middyVersion: ["2.x","3.x"]
middyVersion: ["2.x","3.x","4.x"]
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tslib": "^2.0.1"
},
"peerDependencies": {
"@middy/core": ">=2.0.0 < 4.0.0"
"@middy/core": ">=2.0.0 < 5.0.0"
},
"directories": {
"docs": "docs",
Expand Down

0 comments on commit 9633c77

Please sign in to comment.