summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-07-08 22:46:24 -0700
committerGitHub <[email protected]>2025-07-09 05:46:24 +0000
commit5a50958f28da84c35c003e99663d1d2c888a7c60 (patch)
treeebe0ac97c2666bc72a0abcd97918dfb5d3b50624
parentd787f1b3de70dd303fb7cd4e37f1bbb5ee584823 (diff)
chore(deps): bump dorny/test-reporter from 1 to 2 (#3575)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abhi <[email protected]>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f5d7bd97..8e58144d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
- name: Publish Test Report (for non-forks)
if: always() && (github.event.pull_request.head.repo.full_name == github.repository)
- uses: dorny/test-reporter@v1
+ uses: dorny/test-reporter@v2
with:
name: Test Results (Node ${{ matrix.node-version }})
path: packages/*/junit.xml