Skip to content

Commit

Permalink
feat(serenity-js): upgraded Serenity/JS to 3.14.1 (#280)
Browse files Browse the repository at this point in the history
* feat(serenity-js): upgraded Serenity/JS to 3.14.1

to improve nested error reporting and enable support for ES modules

* feat(serenity-js): enabled provenance statements
  • Loading branch information
jan-molak committed Dec 10, 2023
1 parent b1d4fbc commit 4fb7c7e
Show file tree
Hide file tree
Showing 3 changed files with 1,449 additions and 1,551 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches: [ master ]
types: [ opened, synchronize ]

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -35,6 +38,9 @@ jobs:
name: Release
if: ${{ github.ref == 'refs/heads/master' }}
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
needs: [build]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4fb7c7e

Please sign in to comment.