Skip to content

Commit

Permalink
feat(serenity-js): use Serenity/JS v3, drop support for Node 12, add …
Browse files Browse the repository at this point in the history
…support for Node 18, Cucumber 8 (#261)

Replaced Serenity/JS v2 engine with v3 to add support for Node 18 and Cucumber 8

BREAKING CHANGE: Dropped support for Node 12

Closes #260, closes #259
  • Loading branch information
jan-molak committed Dec 21, 2022
1 parent d1c8f4a commit 91132c8
Show file tree
Hide file tree
Showing 14 changed files with 1,049 additions and 660 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 91132c8

Please sign in to comment.