Skip to content

Commit ffddcab

Browse files
authored
chore: Reverted restriction in NestJS versioned tests (#2979)
1 parent cb3e758 commit ffddcab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/versioned/nestjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"node": ">=18"
1010
},
1111
"dependencies": {
12-
"@nestjs/cli": ">=9.0.0 && <10.0.0 || >=11.0.0"
12+
"@nestjs/cli": ">=9.0.0"
1313
},
1414
"files": [
1515
"nest.test.js"

0 commit comments

Comments
 (0)