Skip to content

Commit 2c80956

Browse files
committed
CI: upgrade dorny/test-reporter to v2 and force Node.js 24
Made-with: Cursor
1 parent f349d8d commit 2c80956

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
DOTNET_NOLOGO: true
2020
DOTNET_CLI_TELEMETRY_OPTOUT: true
2121
NUKE_TELEMETRY_OPTOUT: true
22+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
2223
ENABLE_ANDROID: 'false'
2324
ENABLE_IOS: 'false'
2425

@@ -289,7 +290,7 @@ jobs:
289290

290291
- name: Report test results
291292
if: always() && !cancelled()
292-
uses: dorny/test-reporter@v1
293+
uses: dorny/test-reporter@v2
293294
with:
294295
name: Tests (${{ matrix.runtime }})
295296
path: artifacts/test-results/**/*.trx

0 commit comments

Comments
 (0)