Skip to content

Commit

Permalink
add config for node 18 testing (#2007)
Browse files Browse the repository at this point in the history
* add config for node 18 testing

* add CHANGELOG.md entry
  • Loading branch information
davidjgoss committed Apr 21, 2022
1 parent 31a1a8b commit 66f0012
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -20,7 +20,7 @@ jobs:
- ubuntu-latest
- windows-latest
# these versions must be kept in sync with enginesTested.node in package.json
node-version: [12.x, 14.x, 16.x, 17.x]
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
fail-fast: false

steps:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) on how to contribute to Cucumber.

## [Unreleased]
### Added
- Explicit support for Node.js 18 ([#2007](https://github.com/cucumber/cucumber-js/pull/2007))

## [8.1.1] - 2022-04-20
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -191,7 +191,7 @@
"node": "12 || 14 || >=16"
},
"enginesTested": {
"node": "12 || 14 || 16 || 17"
"node": "12 || 14 || 16 || 17 || 18"
},
"dependencies": {
"@cspotcode/source-map-support": "^0.7.0",
Expand Down

0 comments on commit 66f0012

Please sign in to comment.