Skip to content

Commit

Permalink
chore: Limit nestjs to enable successful CI (#2972)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr authored Mar 3, 2025
1 parent d11c071 commit e9699cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/versioned/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=18"
},
"dependencies": {
"@nestjs/cli": ">=9.0.0"
"@nestjs/cli": ">=9.0.0 && <10.0.0 || >=11.0.0"
},
"files": [
"nest.test.js"
Expand Down

0 comments on commit e9699cf

Please sign in to comment.