File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 20
20
- ubuntu-latest
21
21
- windows-latest
22
22
# these versions must be kept in sync with enginesTested.node in package.json
23
- node-version : [18.x, 20.x, 22.x, 23 .x]
23
+ node-version : [20.x, 22.x, 24 .x]
24
24
fail-fast : false
25
25
26
26
steps :
Original file line number Diff line number Diff line change @@ -11,11 +11,14 @@ Please see [CONTRIBUTING.md](./CONTRIBUTING.md) on how to contribute to Cucumber
11
11
### Added
12
12
- Allow comments inside descriptions ([ cucumber/gherkin #334 ] ( https://github.com/cucumber/gherkin/pull/334 ) )
13
13
- Add original ` error ` to ` After ` and ` AfterStep ` hook parameters ([ #2572 ] ( https://github.com/cucumber/cucumber-js/pull/2572 ) )
14
+ - Add support for Node.js 24.x ([ #2588 ] ( https://github.com/cucumber/cucumber-js/pull/2588 ) )
14
15
15
16
### Changed
16
17
- Redesigned HTML formatter header ([ cucumber/react-components #381 ] ( https://github.com/cucumber/react-components/pull/381 ) )
17
18
18
19
### Removed
20
+ - BREAKING CHANGE: Remove support for Node.js 18.x ([ #2588 ] ( https://github.com/cucumber/cucumber-js/pull/2588 ) )
21
+ - BREAKING CHANGE: Remove support for Node.js 23.x ([ #2588 ] ( https://github.com/cucumber/cucumber-js/pull/2588 ) )
19
22
- BREAKING CHANGE: Remove ` publishQuiet ` option ([ #2587 ] ( https://github.com/cucumber/cucumber-js/pull/2587 ) )
20
23
21
24
## [ 11.3.0] - 2025-05-14
Original file line number Diff line number Diff line change 210
210
},
211
211
"types" : " ./lib/index.d.ts" ,
212
212
"engines" : {
213
- "node" : " 18 || 20 || 22 || >=23 "
213
+ "node" : " 20 || 22 || >=24 "
214
214
},
215
215
"enginesTested" : {
216
- "node" : " 18 || 20 || 22 || 23 "
216
+ "node" : " 20 || 22 || 24 "
217
217
},
218
218
"dependencies" : {
219
219
"@cucumber/ci-environment" : " 10.0.1" ,
You can’t perform that action at this time.
0 commit comments