Skip to content

Commit 7dbfcee

Browse files
committed
chore: bump version to 0.0.15 in package.json and package-lock.json
1 parent 847e1e9 commit 7dbfcee

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,11 @@ on:
77
pull_request:
88
branches:
99
- '**'
10-
11-
permissions:
12-
pull-requests: write
13-
1410
jobs:
1511
build:
1612
runs-on: ubuntu-latest
1713
permissions:
18-
contents: write
19-
checks: write
2014
pull-requests: write
21-
2215
steps:
2316
- uses: actions/checkout@v3
2417
- name: Use Node.js 22.x
@@ -38,3 +31,5 @@ jobs:
3831
failed-report: true
3932
env:
4033
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
if: always()
35+

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wdio-ctrf-json-reporter",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "A WebriverIO JSON test reporter to create test results reports",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)