Skip to content

Commit

Permalink
Add support for Cucumber 10 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-rossati authored Oct 16, 2023
1 parent 090eb4d commit 741e37d
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cucumberVersion: ['^7', '^8', '^9']
cucumberVersion: ['^7', '^8', '^9', '^10']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion cucumber-tsflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"underscore": "^1.8.3"
},
"peerDependencies": {
"@cucumber/cucumber": "^7 || ^8 || ^9"
"@cucumber/cucumber": "^7 || ^8 || ^9 || ^10"
}
}
221 changes: 156 additions & 65 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
]
},
"devDependencies": {
"@cucumber/cucumber": "^9.1.2",
"@types/node": "^16",
"@cucumber/cucumber": "^10",
"@types/node": "^18",
"@types/underscore": "1.11.4",
"jest": "^29.2.2",
"lerna": "^6.0.1",
Expand Down

0 comments on commit 741e37d

Please sign in to comment.