Skip to content

Commit

Permalink
chore: Disable express@5 in versioned tests (#2553)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr authored Sep 10, 2024
1 parent 0b07be8 commit 4d421f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/versioned/express-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"express": {
"versions": ">=4.6.0",
"versions": ">=4.6.0 && <5.0.0",
"samples": 5
}
},
Expand Down
2 changes: 1 addition & 1 deletion test/versioned/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"express": {
"versions": ">=4.6.0",
"versions": ">=4.6.0 && <5.0.0",
"samples": 5
},
"express-enrouten": "1.1",
Expand Down

0 comments on commit 4d421f0

Please sign in to comment.