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 1c9a533 commit 807d752
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.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 @@ -31,7 +31,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 807d752

Please sign in to comment.