Skip to content

Commit

Permalink
Dropped support for EOL Node 16 since Cucumber 10 doesn't support it
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Oct 19, 2023
1 parent 525f9b4 commit bc44aa7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x, 18.x, 20.x ]
node-version: [ 18.x, 20.x ]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://serenity-js.org",
"engines": {
"node": "^16.13 || ^18.12 || ^20"
"node": "^18.12 || ^20"
},
"dependencies": {
"@cucumber/cucumber": "^10.0.0",
Expand Down

0 comments on commit bc44aa7

Please sign in to comment.