Skip to content

ref(cloudflare): Prepare for WorkerEntrypoint (#19742) #44396

ref(cloudflare): Prepare for WorkerEntrypoint (#19742)

ref(cloudflare): Prepare for WorkerEntrypoint (#19742) #44396

Triggered via push March 11, 2026 17:56
Status Failure
Total duration 19m 6s
Artifacts 42

build.yml

on: push
Get Metadata
7s
Get Metadata
Check lockfile
2m 56s
Check lockfile
Check file formatting
42s
Check file formatting
Check PR branches
Check PR branches
Prepare E2E tests
2m 55s
Prepare E2E tests
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Size Check
2m 11s
Size Check
Lint
1m 6s
Lint
Circular Dependency Check
1m 33s
Circular Dependency Check
Upload Artifacts
Upload Artifacts
Browser Unit Tests
4m 24s
Browser Unit Tests
Bun Unit Tests
52s
Bun Unit Tests
Deno Unit Tests
47s
Deno Unit Tests
Cloudflare Integration Tests
56s
Cloudflare Integration Tests
Node Overhead Check
3m 31s
Node Overhead Check
Check for faulty .d.ts files
40s
Check for faulty .d.ts files
Matrix: job_e2e_tests
Matrix: job_optional_e2e_tests
All required jobs passed or were skipped
3s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 998 warnings
Node (22) Node-Core Integration Tests
Process completed with exit code 1.
suites/anr/test.ts > should report ANR when event loop blocked > CJS: dev-packages/node-core-integration-tests/utils/assertions.ts#L22
AssertionError: expected { …(11) } to match object { event_id: Any<String>, …(5) } (10 matching properties omitted from actual) - Expected + Received @@ -21,41 +21,25 @@ "trace": { "span_id": StringMatching /[a-f\d]{16}/, "trace_id": StringMatching /[a-f\d]{32}/, }, }, - "debug_meta": { - "images": [ - { - "code_file": StringContaining "basic", - "debug_id": "aaaaaaaa-aaaa-4aaa-aaaa-aaaaaaaaaa", - "type": "sourcemap", - }, - ], - }, "event_id": Any<String>, "exception": { "values": [ { "mechanism": { "type": "ANR", }, "stacktrace": { - "frames": ArrayContaining [ - ObjectContaining { - "colno": Any<Number>, - "filename": Any<String>, - "function": "?", - "in_app": true, - "lineno": Any<Number>, - }, - ObjectContaining { - "colno": Any<Number>, - "filename": Any<String>, - "function": "longWork", - "in_app": true, - "lineno": Any<Number>, + "frames": [ + { + "colno": 5, + "filename": "node:internal/timers", + "function": "processTimers", + "in_app": false, + "lineno": 509, }, ], }, "type": "ApplicationNotResponding", "value": "Application Not Responding for at least 100 ms", ❯ assertSentryEvent utils/assertions.ts:22:18 ❯ expectErrorEvent utils/runner.ts:609:5 ❯ newEnvelope utils/runner.ts:392:15 ❯ utils/server.ts:19:7 ❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5 ❯ next ../../node_modules/express/lib/router/route.js:149:13 ❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3
Get Metadata
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dorny/paths-filter@v3.0.1, mydea/pr-labels-action@fn/bump-node20. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Check file formatting
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Check for faulty .d.ts files
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Deno Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, denoland/setup-deno@v2.0.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Bun Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, oven-sh/setup-bun@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Cloudflare Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PW loader_eager Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PW loader_eager Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_eager Tests
No coverage files found
PW loader_eager Tests
Cache save failed.
PW loader_debug Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PW loader_debug Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_debug Tests
No coverage files found
PW loader_debug Tests
Cache save failed.
PW loader_tracing Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PW loader_tracing Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_tracing Tests
No coverage files found
PW loader_tracing Tests
Cache save failed.
PW loader_replay Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PW loader_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_replay Tests
No coverage files found
PW loader_replay Tests
Cache save failed.
Circular Dependency Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PW loader_replay_buffer Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PW loader_replay_buffer Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_replay_buffer Tests
No coverage files found
PW loader_replay_buffer Tests
Cache save failed.
PW loader_tracing_replay Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PW loader_tracing_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_tracing_replay Tests
No coverage files found
PW loader_tracing_replay Tests
Cache save failed.
Playwright bundle_tracing_replay_feedback_logs_metrics_min firefox Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright bundle_tracing_replay_feedback_logs_metrics_min firefox Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_base Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
PW loader_base Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
PW loader_base Tests
No coverage files found
PW loader_base Tests
Cache save failed.
Playwright bundle Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright bundle Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle Tests
No coverage files found
Playwright bundle Tests
Cache save failed.
Playwright bundle_logs_metrics Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright bundle_logs_metrics Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_logs_metrics Tests
No coverage files found
Playwright bundle_logs_metrics Tests
Cache save failed.
Size Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./dev-packages/size-limit-gh-action, actions/cache/restore@v4, actions/download-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright bundle_min Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright bundle_min Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_min Tests
No coverage files found
Playwright bundle_min Tests
Cache save failed.
Node (22) Node-Core Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Node (22) Node-Core Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (22) Node-Core Integration Tests
No coverage files found
Node (22) Node-Core Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (22) Node-Core Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (22) Node-Core Integration Tests
No files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (24) Node-Core Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Node (24) Node-Core Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (24) Node-Core Integration Tests
No coverage files found
Node (24) Node-Core Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (24) Node-Core Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (24) Node-Core Integration Tests
No files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Remix (Node 22) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Remix (Node 22) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 22) Tests
No coverage files found
Remix (Node 22) Tests
Cache save failed.
Remix (Node 24) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Remix (Node 24) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 24) Tests
No coverage files found
Node (20) Node-Core Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Remix (Node 24) Tests
Cache save failed.
Node (20) Node-Core Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (20) Node-Core Integration Tests
No coverage files found
Node (20) Node-Core Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (20) Node-Core Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (20) Node-Core Integration Tests
No files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Playwright bundle_replay Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright bundle_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_replay Tests
No coverage files found
Playwright bundle_replay Tests
Cache save failed.
Playwright bundle_replay_logs_metrics Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright bundle_replay_logs_metrics Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_replay_logs_metrics Tests
No coverage files found
Playwright bundle_replay_logs_metrics Tests
Cache save failed.
Node (18) Node-Core Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Node (18) Node-Core Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (18) Node-Core Integration Tests
No coverage files found
Node (18) Node-Core Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (18) Node-Core Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (18) Node-Core Integration Tests
No files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Remix (Node 18) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Remix (Node 18) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 18) Tests
No coverage files found
Remix (Node 18) Tests
Cache save failed.
Remix (Node 20) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Remix (Node 20) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Remix (Node 20) Tests
No coverage files found
Remix (Node 20) Tests
Cache save failed.
Prepare E2E tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright esm (2/4) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright esm (2/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (2/4) Tests
No coverage files found
Playwright esm (2/4) Tests
Cache save failed.
Node (18) Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Node Overhead Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Node (24) Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Node (22) Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Node (20) Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright esm (1/4) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright esm (1/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (1/4) Tests
No coverage files found
Playwright esm (1/4) Tests
Cache save failed.
Playwright esm (3/4) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright esm (3/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (3/4) Tests
No coverage files found
Playwright esm (3/4) Tests
Cache save failed.
Browser Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Browser Unit Tests
❌ Project coverage check failed: 57.01% (-0.01%) relative to base
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-esm-loader Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-express-esm-loader Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-esm-loader Test
No coverage files found
E2E node-express-esm-loader Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-esm-loader Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-loader Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-loader Test
Cache save failed.
Node (24) (TS 3.8) Node-Core Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Node (24) (TS 3.8) Node-Core Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (24) (TS 3.8) Node-Core Integration Tests
No coverage files found
Node (24) (TS 3.8) Node-Core Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (24) (TS 3.8) Node-Core Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
Node (24) (TS 3.8) Node-Core Integration Tests
No files found matching pattern: dev-packages/node-core-integration-tests/**/*.junit.xml
E2E node-koa Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-koa Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-koa Test
No coverage files found
E2E node-koa Test
Please ensure your test framework is generating JUnit XML output.
E2E node-koa Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-koa Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-koa Test
Cache save failed.
E2E solid Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E solid Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solid Test
No coverage files found
E2E solid Test
Please ensure your test framework is generating JUnit XML output.
E2E solid Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solid Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solid Test
Cache save failed.
E2E node-core-light-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-core-light-express Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-light-express Test
No coverage files found
E2E node-core-light-express Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-light-express Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-light-express Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-light-express Test
Cache save failed.
E2E node-express-esm-preload Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-express-esm-preload Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-esm-preload Test
No coverage files found
E2E node-express-esm-preload Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-esm-preload Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-preload Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-preload Test
Cache save failed.
E2E cloudflare-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E cloudflare-workers Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E cloudflare-workers Test
No coverage files found
E2E cloudflare-workers Test
Please ensure your test framework is generating JUnit XML output.
E2E cloudflare-workers Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E cloudflare-workers Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E cloudflare-workers Test
Cache save failed.
E2E node-fastify-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-fastify-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-fastify-5 Test
No coverage files found
E2E node-fastify-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-fastify-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-fastify-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-fastify-5 Test
Cache save failed.
E2E node-core-express-otel-v2-custom-sampler Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-core-express-otel-v2-custom-sampler Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v2-custom-sampler Test
No coverage files found
E2E node-core-express-otel-v2-custom-sampler Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v2-custom-sampler Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2-custom-sampler Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2-custom-sampler Test
Cache save failed.
E2E nestjs-with-submodules-decorator Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nestjs-with-submodules-decorator Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-with-submodules-decorator Test
No coverage files found
E2E nestjs-with-submodules-decorator Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-with-submodules-decorator Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-with-submodules-decorator Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-with-submodules-decorator Test
Cache save failed.
E2E node-hapi Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-hapi Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-hapi Test
No coverage files found
E2E node-hapi Test
Please ensure your test framework is generating JUnit XML output.
E2E node-hapi Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-hapi Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-hapi Test
Cache save failed.
E2E react-router-7-spa Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-router-7-spa Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-spa Test
No coverage files found
E2E react-router-7-spa Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-spa Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-spa Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-spa Test
Cache save failed.
E2E node-profiling-cjs Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-profiling-cjs Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-profiling-cjs Test
No coverage files found
E2E node-profiling-cjs Test
Please ensure your test framework is generating JUnit XML output.
E2E node-profiling-cjs Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-profiling-cjs Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-profiling-cjs Test
Cache save failed.
E2E node-otel Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-otel Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-otel Test
No coverage files found
E2E node-otel Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel Test
Cache save failed.
E2E node 22 (light mode, requires Node 22+ for diagnostics_channel) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node 22 (light mode, requires Node 22+ for diagnostics_channel) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node 22 (light mode, requires Node 22+ for diagnostics_channel) Test
Please ensure your test framework is generating JUnit XML output.
E2E node 22 (light mode, requires Node 22+ for diagnostics_channel) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node 22 (light mode, requires Node 22+ for diagnostics_channel) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-create-memory-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-create-memory-router Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-create-memory-router Test
No coverage files found
E2E react-create-memory-router Test
Please ensure your test framework is generating JUnit XML output.
E2E react-create-memory-router Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-create-memory-router Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-create-memory-router Test
Cache save failed.
E2E nestjs-8 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nestjs-8 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-8 Test
No coverage files found
E2E nestjs-8 Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-8 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-8 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-8 Test
Cache save failed.
E2E vue-tanstack-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E vue-tanstack-router Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E vue-tanstack-router Test
No coverage files found
E2E vue-tanstack-router Test
Please ensure your test framework is generating JUnit XML output.
E2E vue-tanstack-router Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E vue-tanstack-router Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E vue-tanstack-router Test
Cache save failed.
E2E node-express-v5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-express-v5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-v5 Test
No coverage files found
E2E node-express-v5 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-v5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-v5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-v5 Test
Cache save failed.
E2E tsx-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E tsx-express Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E tsx-express Test
No coverage files found
E2E tsx-express Test
Please ensure your test framework is generating JUnit XML output.
E2E tsx-express Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tsx-express Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tsx-express Test
Cache save failed.
E2E nestjs-microservices Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nestjs-microservices Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-microservices Test
No coverage files found
E2E nestjs-microservices Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-cjs-preload Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-express-cjs-preload Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-cjs-preload Test
No coverage files found
E2E node-express-cjs-preload Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-cjs-preload Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-cjs-preload Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-cjs-preload Test
Cache save failed.
E2E nextjs-sourcemaps Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-sourcemaps Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-sourcemaps Test
No coverage files found
E2E nextjs-sourcemaps Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-sourcemaps Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-sourcemaps Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-sourcemaps Test
Cache save failed.
E2E node-core-express-otel-v2 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-core-express-otel-v2 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v2 Test
No coverage files found
E2E node-core-express-otel-v2 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v2 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2 Test
Cache save failed.
E2E react-router-7-framework-spa Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-router-7-framework-spa Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-spa Test
No coverage files found
E2E react-router-7-framework-spa Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-spa Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-spa Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-spa Test
Cache save failed.
E2E svelte-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E svelte-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E svelte-5 Test
No coverage files found
E2E svelte-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E svelte-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E svelte-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E svelte-5 Test
Cache save failed.
E2E generic-ts3.8 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E generic-ts3.8 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E generic-ts3.8 Test
No coverage files found
E2E generic-ts3.8 Test
Please ensure your test framework is generating JUnit XML output.
E2E generic-ts3.8 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E generic-ts3.8 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E generic-ts3.8 Test
Cache save failed.
E2E solid-tanstack-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E solid-tanstack-router Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solid-tanstack-router Test
No coverage files found
E2E solid-tanstack-router Test
Please ensure your test framework is generating JUnit XML output.
E2E solid-tanstack-router Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solid-tanstack-router Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solid-tanstack-router Test
Cache save failed.
E2E node-core-express-otel-v1-sdk-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-core-express-otel-v1-sdk-node Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v1-sdk-node Test
No coverage files found
E2E node-core-express-otel-v1-sdk-node Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v1-sdk-node Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1-sdk-node Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1-sdk-node Test
Cache save failed.
E2E node-connect Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-connect Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-connect Test
No coverage files found
E2E node-connect Test
Please ensure your test framework is generating JUnit XML output.
E2E node-connect Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-connect Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-connect Test
Cache save failed.
E2E cloudflare-hono Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E cloudflare-hono Test (optional)
Cache save failed.
E2E create-remix-app-express-vite-dev Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright esm (4/4) Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E create-remix-app-express-vite-dev Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (4/4) Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright esm (4/4) Tests
No coverage files found
E2E create-remix-app-express-vite-dev Test
No coverage files found
Playwright esm (4/4) Tests
Cache save failed.
E2E create-remix-app-express-vite-dev Test
Please ensure your test framework is generating JUnit XML output.
E2E create-remix-app-express-vite-dev Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-express-vite-dev Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-express-vite-dev Test
Cache save failed.
Playwright bundle_tracing Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright bundle_tracing Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing Tests
No coverage files found
Playwright bundle_tracing Tests
Cache save failed.
E2E nestjs-distributed-tracing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nestjs-distributed-tracing Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-distributed-tracing Test
No coverage files found
E2E nestjs-distributed-tracing Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-distributed-tracing Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-distributed-tracing Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-distributed-tracing Test
Cache save failed.
E2E node-core-express-otel-v1-custom-sampler Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-core-express-otel-v1-custom-sampler Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v1-custom-sampler Test
No coverage files found
E2E node-core-express-otel-v1-custom-sampler Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v1-custom-sampler Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1-custom-sampler Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v1-custom-sampler Test
Cache save failed.
E2E tanstack-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E tanstack-router Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E tanstack-router Test
No coverage files found
E2E tanstack-router Test
Please ensure your test framework is generating JUnit XML output.
E2E tanstack-router Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tanstack-router Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tanstack-router Test
Cache save failed.
E2E sveltekit-2.5.0-twp Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E sveltekit-2.5.0-twp Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-2.5.0-twp Test
No coverage files found
E2E sveltekit-2.5.0-twp Test
Please ensure your test framework is generating JUnit XML output.
E2E sveltekit-2.5.0-twp Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2.5.0-twp Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2.5.0-twp Test
Cache save failed.
E2E node-core-express-otel-v2-sdk-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-core-express-otel-v2-sdk-node Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-core-express-otel-v2-sdk-node Test
No coverage files found
E2E node-core-express-otel-v2-sdk-node Test
Please ensure your test framework is generating JUnit XML output.
E2E node-core-express-otel-v2-sdk-node Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2-sdk-node Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-core-express-otel-v2-sdk-node Test
Cache save failed.
E2E node-express-esm-without-loader Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-express-esm-without-loader Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express-esm-without-loader Test
No coverage files found
E2E node-express-esm-without-loader Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express-esm-without-loader Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-without-loader Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express-esm-without-loader Test
Cache save failed.
E2E create-remix-app-v2-non-vite Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E create-remix-app-v2-non-vite Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-remix-app-v2-non-vite Test
No coverage files found
E2E create-remix-app-v2-non-vite Test
Please ensure your test framework is generating JUnit XML output.
E2E create-remix-app-v2-non-vite Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-v2-non-vite Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-v2-non-vite Test
Cache save failed.
E2E webpack-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E webpack-4 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E webpack-4 Test
No coverage files found
E2E webpack-4 Test
Please ensure your test framework is generating JUnit XML output.
E2E webpack-4 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E webpack-4 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E webpack-4 Test
Cache save failed.
E2E vue-3 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E vue-3 (canary) Test (optional)
Cache save failed.
E2E node-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-express Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-express Test
No coverage files found
E2E node-express Test
Please ensure your test framework is generating JUnit XML output.
E2E node-express Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-express Test
Cache save failed.
E2E astro-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E astro-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E astro-5 Test
No coverage files found
E2E astro-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E astro-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E astro-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E astro-5 Test
Cache save failed.
Playwright bundle_tracing_logs_metrics Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright bundle_tracing_logs_metrics Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_logs_metrics Tests
No coverage files found
Playwright bundle_tracing_logs_metrics Tests
Cache save failed.
E2E react-create-browser-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-create-browser-router Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-create-browser-router Test
No coverage files found
E2E react-create-browser-router Test
Please ensure your test framework is generating JUnit XML output.
E2E react-create-browser-router Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-create-browser-router Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-create-browser-router Test
Cache save failed.
E2E node-fastify-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-fastify-4 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-fastify-4 Test
No coverage files found
E2E node-fastify-4 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-fastify-4 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-fastify-4 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-fastify-4 Test
Cache save failed.
E2E nestjs-with-submodules Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nestjs-with-submodules Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-with-submodules Test
No coverage files found
E2E nestjs-with-submodules Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-with-submodules Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-with-submodules Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-with-submodules Test
Cache save failed.
E2E react-router-7-framework-custom Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-router-7-framework-custom Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-custom Test
No coverage files found
E2E react-router-7-framework-custom Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-custom Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-custom Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-custom Test
Cache save failed.
E2E nestjs-basic Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nestjs-basic Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-basic Test
No coverage files found
E2E nestjs-basic Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-basic Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-basic Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-basic Test
Cache save failed.
E2E nextjs-16-trailing-slash (latest, turbopack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-trailing-slash (latest, turbopack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-trailing-slash (latest, turbopack) Test
No coverage files found
E2E nextjs-16-trailing-slash (latest, turbopack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-trailing-slash (latest, turbopack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-trailing-slash (latest, turbopack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-trailing-slash (latest, turbopack) Test
Cache save failed.
E2E react-router-7-framework-node-20-18 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-router-7-framework-node-20-18 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-node-20-18 Test
No coverage files found
E2E react-router-7-framework-node-20-18 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-node-20-18 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-node-20-18 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-node-20-18 Test
Cache save failed.
E2E node-exports-test-app Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, oven-sh/setup-bun@v2, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-exports-test-app Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-exports-test-app Test
No coverage files found
E2E node-exports-test-app Test
Please ensure your test framework is generating JUnit XML output.
E2E node-exports-test-app Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-exports-test-app Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-exports-test-app Test
Cache save failed.
E2E node-fastify-3 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-fastify-3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-fastify-3 Test
No coverage files found
E2E node-fastify-3 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-fastify-3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-websockets Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nestjs-websockets Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-websockets Test
No coverage files found
E2E node-fastify-3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-websockets Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-websockets Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-websockets Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-websockets Test
Cache save failed.
E2E node-fastify-3 Test
Cache save failed.
E2E debug-id-sourcemaps Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E debug-id-sourcemaps Test (optional)
Cache save failed.
E2E sveltekit-2 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E sveltekit-2 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-2 Test
No coverage files found
E2E sveltekit-2 Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel-sdk-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E sveltekit-2 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-sdk-node Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-2 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-sdk-node Test
No coverage files found
E2E sveltekit-2 Test
Cache save failed.
E2E node-otel-sdk-node Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel-sdk-node Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-sdk-node Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-sdk-node Test
Cache save failed.
E2E node-express-send-to-sentry Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-express-send-to-sentry Test (optional)
Cache save failed.
E2E sveltekit-cloudflare-pages Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E sveltekit-cloudflare-pages Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-cloudflare-pages Test
No coverage files found
E2E sveltekit-cloudflare-pages Test
Please ensure your test framework is generating JUnit XML output.
E2E sveltekit-cloudflare-pages Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-cloudflare-pages Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-cloudflare-pages Test
Cache save failed.
E2E solidstart-spa Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E solidstart-spa Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solidstart-spa Test
No coverage files found
E2E solidstart-spa Test
Please ensure your test framework is generating JUnit XML output.
E2E solidstart-spa Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-spa Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-spa Test
Cache save failed.
E2E react-router-7-framework (latest) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-router-7-framework (latest) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework (latest) Test
No coverage files found
E2E react-router-7-framework (latest) Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework (latest) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework (latest) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework (latest) Test
Cache save failed.
E2E node-otel-custom-sampler Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-otel-custom-sampler Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-otel-custom-sampler Test
No coverage files found
E2E node-otel-custom-sampler Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel-custom-sampler Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-custom-sampler Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-custom-sampler Test
Cache save failed.
E2E vue-3 (latest) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E vue-3 (latest) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E vue-3 (latest) Test
No coverage files found
E2E vue-3 (latest) Test
Please ensure your test framework is generating JUnit XML output.
E2E react-19 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-19 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-19 Test
No coverage files found
E2E react-19 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-19 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-19 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-19 Test
Cache save failed.
E2E vue-3 (latest) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E vue-3 (latest) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E vue-3 (latest) Test
Cache save failed.
E2E nuxt-3-dynamic-import Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nuxt-3-dynamic-import Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3-dynamic-import Test
No coverage files found
E2E nuxt-3-dynamic-import Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3-dynamic-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-dynamic-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-dynamic-import Test
Cache save failed.
E2E nextjs-16-trailing-slash Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-otel-without-tracing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-trailing-slash Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-trailing-slash Test
No coverage files found
E2E node-otel-without-tracing Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-trailing-slash Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel-without-tracing Test
No coverage files found
E2E node-firebase Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-trailing-slash Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-firebase Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E node-otel-without-tracing Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-trailing-slash Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-otel-without-tracing Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-trailing-slash Test
Cache save failed.
E2E node-firebase Test
No coverage files found
E2E node-otel-without-tracing Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-firebase Test
Please ensure your test framework is generating JUnit XML output.
E2E node-otel-without-tracing Test
Cache save failed.
E2E node-firebase Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-firebase Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E node-firebase Test
Cache save failed.
E2E react-router-7-framework-instrumentation Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nestjs-basic-with-graphql Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nestjs-basic-with-graphql Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-basic-with-graphql Test
No coverage files found
E2E nestjs-basic-with-graphql Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-basic-with-graphql Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-basic-with-graphql Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-basic-with-graphql Test
Cache save failed.
E2E solidstart Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E solidstart Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solidstart Test
No coverage files found
E2E solidstart Test
Please ensure your test framework is generating JUnit XML output.
E2E solidstart Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart Test
Cache save failed.
E2E react-router-7-framework-spa-node-20-18 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E cloudflare-mcp Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E cloudflare-mcp Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework-spa-node-20-18 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E cloudflare-mcp Test
No coverage files found
E2E cloudflare-mcp Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-spa-node-20-18 Test
No coverage files found
E2E cloudflare-mcp Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-spa-node-20-18 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework-spa-node-20-18 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E cloudflare-mcp Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework-spa-node-20-18 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E cloudflare-mcp Test
Cache save failed.
E2E react-router-7-framework-spa-node-20-18 Test
Cache save failed.
E2E nestjs-11 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nestjs-11 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-11 Test
No coverage files found
E2E nestjs-11 Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-11 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-11 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-11 Test
Cache save failed.
E2E react-17 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-17 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-17 Test
No coverage files found
E2E react-17 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-17 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-17 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-17 Test
Cache save failed.
E2E nestjs-graphql Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nestjs-graphql Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nestjs-graphql Test
No coverage files found
E2E nestjs-graphql Test
Please ensure your test framework is generating JUnit XML output.
E2E nestjs-graphql Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-graphql Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nestjs-graphql Test
Cache save failed.
E2E sveltekit-2-kit-tracing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E sveltekit-2-kit-tracing Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-2-kit-tracing Test
No coverage files found
E2E sveltekit-2-kit-tracing Test
Please ensure your test framework is generating JUnit XML output.
E2E sveltekit-2-kit-tracing Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2-kit-tracing Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2-kit-tracing Test
Cache save failed.
E2E react-router-6-use-routes Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-router-6-use-routes Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-6-use-routes Test
No coverage files found
E2E react-router-6-use-routes Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-6-use-routes Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6-use-routes Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6-use-routes Test
Cache save failed.
E2E react-router-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-router-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-5 Test
No coverage files found
E2E react-router-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-5 Test
Cache save failed.
E2E react-router-7-framework Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-router-7-framework Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-framework Test
No coverage files found
E2E react-router-7-framework Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-framework Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-framework Test
Cache save failed.
E2E react-router-7-spa (TS 3.8) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-router-7-spa (TS 3.8) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-react-app (TS 3.8) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-router-7-spa (TS 3.8) Test
No coverage files found
E2E create-react-app (TS 3.8) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-spa (TS 3.8) Test
Please ensure your test framework is generating JUnit XML output.
E2E create-react-app (TS 3.8) Test
No coverage files found
E2E react-router-7-spa (TS 3.8) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-react-app (TS 3.8) Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-spa (TS 3.8) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-react-app (TS 3.8) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-react-app (TS 3.8) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-spa (TS 3.8) Test
Cache save failed.
E2E create-react-app (TS 3.8) Test
Cache save failed.
E2E create-remix-app-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E create-remix-app-express Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E create-remix-app-express Test
No coverage files found
E2E create-remix-app-express Test
Please ensure your test framework is generating JUnit XML output.
E2E solidstart-top-level-import Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E create-remix-app-express Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-top-level-import Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solidstart-top-level-import Test
No coverage files found
E2E create-remix-app-express Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-top-level-import Test
Please ensure your test framework is generating JUnit XML output.
E2E solidstart-top-level-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E create-remix-app-express Test
Cache save failed.
E2E solidstart-top-level-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-top-level-import Test
Cache save failed.
E2E react-router-6 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-router-6 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-6 Test
No coverage files found
E2E react-router-6 Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-6 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6 Test
Cache save failed.
E2E angular-21 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E angular-21 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E angular-21 Test
No coverage files found
E2E angular-21 Test
Please ensure your test framework is generating JUnit XML output.
E2E angular-21 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E angular-21 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E angular-21 Test
Cache save failed.
E2E react-create-hash-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-create-hash-router Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-create-hash-router Test
No coverage files found
E2E react-create-hash-router Test
Please ensure your test framework is generating JUnit XML output.
E2E react-create-hash-router Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-create-hash-router Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-create-hash-router Test
Cache save failed.
E2E nextjs-16-tunnel (turbopack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-tunnel (turbopack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-tunnel (turbopack) Test
No coverage files found
E2E nextjs-16-tunnel (turbopack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-tunnel (turbopack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel (turbopack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel (turbopack) Test
Cache save failed.
E2E solidstart-dynamic-import Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E solidstart-dynamic-import Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E solidstart-dynamic-import Test
No coverage files found
E2E solidstart-dynamic-import Test
Please ensure your test framework is generating JUnit XML output.
E2E solidstart-dynamic-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-dynamic-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E solidstart-dynamic-import Test
Cache save failed.
E2E tanstackstart-react Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E tanstackstart-react Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E tanstackstart-react Test
No coverage files found
E2E tanstackstart-react Test
Please ensure your test framework is generating JUnit XML output.
E2E tanstackstart-react Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tanstackstart-react Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E tanstackstart-react Test
Cache save failed.
E2E ember-embroider Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E ember-embroider Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E ember-embroider Test
No coverage files found
E2E ember-embroider Test
Please ensure your test framework is generating JUnit XML output.
E2E ember-embroider Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E ember-embroider Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E ember-embroider Test
Cache save failed.
E2E vue-3 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E vue-3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E vue-3 Test
No coverage files found
E2E vue-3 Test
Please ensure your test framework is generating JUnit XML output.
E2E vue-3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E vue-3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E vue-3 Test
Cache save failed.
E2E nuxt-3 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nuxt-3 (canary) Test (optional)
Cache save failed.
E2E aws-serverless (Node 20) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, aws-actions/setup-sam@v2, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E aws-serverless (Node 20) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E aws-serverless (Node 20) Test
No coverage files found
E2E aws-serverless (Node 20) Test
Please ensure your test framework is generating JUnit XML output.
E2E aws-serverless (Node 20) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E aws-serverless (Node 20) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E aws-serverless (Node 20) Test
Cache save failed.
E2E nextjs-16-tunnel Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-tunnel Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-tunnel Test
No coverage files found
E2E nextjs-16-tunnel Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-tunnel Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel Test
Cache save failed.
E2E nuxt-3-top-level-import Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nuxt-3-top-level-import Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3-top-level-import Test
No coverage files found
E2E react-router-6 (TS 3.8) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nuxt-3-top-level-import Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-6 (TS 3.8) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-6 (TS 3.8) Test
No coverage files found
E2E nuxt-3-top-level-import Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6 (TS 3.8) Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3-top-level-import Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6 (TS 3.8) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6 (TS 3.8) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-top-level-import Test
Cache save failed.
E2E react-router-6 (TS 3.8) Test
Cache save failed.
E2E react-router-6-descendant-routes Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-router-6-descendant-routes Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-6-descendant-routes Test
No coverage files found
E2E react-router-6-descendant-routes Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-6-descendant-routes Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6-descendant-routes Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-6-descendant-routes Test
Cache save failed.
E2E nextjs-16-cf-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-cf-workers Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-cf-workers Test
No coverage files found
E2E nextjs-16-cf-workers Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-cf-workers Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-cf-workers Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-cf-workers Test
Cache save failed.
E2E nextjs-16-cacheComponents Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-cacheComponents Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-cacheComponents Test
No coverage files found
E2E nextjs-16-cacheComponents Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-cacheComponents Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-cacheComponents Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-cacheComponents Test
Cache save failed.
E2E angular (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E angular (canary) Test (optional)
Cache save failed.
E2E sveltekit-2-svelte-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E sveltekit-2-svelte-5 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E sveltekit-2-svelte-5 Test
No coverage files found
E2E sveltekit-2-svelte-5 Test
Please ensure your test framework is generating JUnit XML output.
E2E sveltekit-2-svelte-5 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2-svelte-5 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E sveltekit-2-svelte-5 Test
Cache save failed.
E2E hydrogen-react-router-7 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E hydrogen-react-router-7 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E hydrogen-react-router-7 Test
No coverage files found
E2E hydrogen-react-router-7 Test
Please ensure your test framework is generating JUnit XML output.
E2E hydrogen-react-router-7 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E hydrogen-react-router-7 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E hydrogen-react-router-7 Test
Cache save failed.
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
No coverage files found
E2E nuxt-3 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nuxt-3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3 Test
No coverage files found
E2E nuxt-3 Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3 Test
Cache save failed.
E2E react-send-to-sentry Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-send-to-sentry Test (optional)
Cache save failed.
Playwright bundle_tracing_replay_feedback_logs_metrics Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright bundle_tracing_replay_feedback_logs_metrics Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay_feedback_logs_metrics Tests
No coverage files found
E2E nextjs-pages-dir Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-pages-dir Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-pages-dir Test
No coverage files found
E2E nextjs-pages-dir Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-pages-dir Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir Test
Cache save failed.
E2E react-router-7-cross-usage Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-router-7-cross-usage Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-cross-usage Test
No coverage files found
E2E react-router-7-cross-usage Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-cross-usage Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-cross-usage Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-cross-usage Test
Cache save failed.
E2E remix-hydrogen Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E remix-hydrogen Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E remix-hydrogen Test
No coverage files found
E2E remix-hydrogen Test
Please ensure your test framework is generating JUnit XML output.
E2E remix-hydrogen Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E remix-hydrogen Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E remix-hydrogen Test
Cache save failed.
Playwright bundle_tracing_replay_feedback Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright bundle_tracing_replay_feedback Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay_feedback Tests
No coverage files found
Playwright bundle_tracing_replay_feedback Tests
Cache save failed.
Playwright bundle_tracing_replay_logs_metrics Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright bundle_tracing_replay_logs_metrics Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay_logs_metrics Tests
No coverage files found
Playwright bundle_tracing_replay_logs_metrics Tests
Cache save failed.
Playwright bundle_tracing_replay Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Playwright bundle_tracing_replay Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Playwright bundle_tracing_replay Tests
No coverage files found
Playwright bundle_tracing_replay Tests
Cache save failed.
E2E nextjs-15-basepath Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-15-basepath Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-15-basepath Test
No coverage files found
E2E nextjs-15-basepath Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-15-basepath Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-basepath Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-basepath Test
Cache save failed.
E2E nextjs-16-cf-workers (latest) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-cf-workers (latest) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-cf-workers (latest) Test
No coverage files found
E2E nextjs-16-cf-workers (latest) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-cf-workers (latest) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-cf-workers (latest) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-cf-workers (latest) Test
Cache save failed.
E2E nextjs-13 (latest) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-13 (latest) Test (optional)
Cache save failed.
E2E nextjs-13 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-13 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-13 Test
No coverage files found
E2E nextjs-13 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-13 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-13 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-13 Test
Cache save failed.
E2E nuxt-3-min Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nuxt-3-min Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-3-min Test
No coverage files found
E2E nuxt-3-min Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-3-min Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-min Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-3-min Test
Cache save failed.
E2E nextjs-pages-dir (next@13) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-pages-dir (next@13) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-pages-dir (next@13) Test
No coverage files found
E2E nextjs-pages-dir (next@13) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-pages-dir (next@13) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir (next@13) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir (next@13) Test
Cache save failed.
E2E nextjs-14 (latest) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-14 (latest) Test (optional)
Cache save failed.
E2E nextjs-14 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-14 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-14 Test
No coverage files found
E2E nextjs-14 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-14 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-14 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-14 Test
Cache save failed.
E2E nextjs-orpc Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-orpc Test (optional)
Cache save failed.
E2E nextjs-pages-dir (next@15) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-pages-dir (next@15) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-pages-dir (next@15) Test
No coverage files found
E2E nextjs-pages-dir (next@15) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-pages-dir (next@15) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir (next@15) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-pages-dir (next@15) Test
Cache save failed.
E2E nextjs-14 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-14 (canary) Test (optional)
Cache save failed.
E2E nextjs-16-tunnel (webpack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-tunnel (webpack) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16-tunnel (webpack) Test
No coverage files found
E2E nextjs-16-tunnel (webpack) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16-tunnel (webpack) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel (webpack) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16-tunnel (webpack) Test
Cache save failed.
E2E nuxt-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nuxt-4 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nuxt-4 Test
No coverage files found
E2E nuxt-4 Test
Please ensure your test framework is generating JUnit XML output.
E2E nuxt-4 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-4 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nuxt-4 Test
Cache save failed.
E2E nextjs-15-t3 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-15-t3 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-15-t3 Test
No coverage files found
E2E nextjs-15-t3 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-15-t3 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-t3 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15-t3 Test
Cache save failed.
E2E nextjs-15 (turbo) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-15 (turbo) Test (optional)
Cache save failed.
E2E nuxt-4 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nuxt-4 (canary) Test (optional)
Cache save failed.
E2E nextjs-16 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-16 Test
No coverage files found
E2E nextjs-16 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-16 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-16 Test
Cache save failed.
E2E react-router-7-lazy-routes Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-router-7-lazy-routes Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E react-router-7-lazy-routes Test
No coverage files found
E2E react-router-7-lazy-routes Test
Please ensure your test framework is generating JUnit XML output.
E2E react-router-7-lazy-routes Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-lazy-routes Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E react-router-7-lazy-routes Test
Cache save failed.
E2E nextjs-16 (canary, turbopack) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16 (canary, turbopack) Test (optional)
Cache save failed.
E2E nextjs-15 (latest) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-15 (latest) Test (optional)
Cache save failed.
Node (24) Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Node (24) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (24) Integration Tests
No coverage files found
Node (24) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (24) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (24) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
E2E nextjs-15 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-15 Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-15 Test
No coverage files found
E2E nextjs-15 Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-15 Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15 Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-15 Test
Cache save failed.
E2E nextjs-16 (canary, webpack) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16 (canary, webpack) Test (optional)
Cache save failed.
Node (22) Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Node (22) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (22) Integration Tests
No coverage files found
Node (22) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (22) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (22) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (18) Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/download-artifact@v4, getsentry/codecov-action@main. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Node (18) Integration Tests
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
Node (18) Integration Tests
No coverage files found
Node (18) Integration Tests
Please ensure your test framework is generating JUnit XML output.
Node (18) Integration Tests
No JUnit XML files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
Node (18) Integration Tests
No files found matching pattern: dev-packages/node-integration-tests/**/*.junit.xml
E2E nextjs-app-dir (next@13) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-app-dir (next@13) Test
Supported formats: clover, cobertura, jacoco, lcov, istanbul, go, codecov
E2E nextjs-app-dir (next@13) Test
No coverage files found
E2E nextjs-app-dir (next@13) Test
Please ensure your test framework is generating JUnit XML output.
E2E nextjs-app-dir (next@13) Test
No JUnit XML files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir (next@13) Test
No files found matching pattern: dev-packages/e2e-tests/**/*.junit.xml
E2E nextjs-app-dir (next@13) Test
Cache save failed.
E2E nextjs-app-dir Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/download-artifact@v4, getsentry/codecov-action@main, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
build-output Expired
32.3 MB
sha256:0d9863ab49f1855b1103de9f33880f37526258320cea630f993dabe605a9e385
codecov-coverage-results-develop-job_browser_unit_tests
92.6 KB
sha256:abcd0c04b9d81de7c527c89d41db8321db58074a53d4028bf1cf5d7dd9e92c11
codecov-coverage-results-develop-job_node_unit_tests-18
224 KB
sha256:235bb8e06ff587cb4bbedb3f0252b44b1e90d51621f64d609a1ed53a3fe2bfa4
codecov-coverage-results-develop-job_node_unit_tests-20
232 KB
sha256:32507a3a787505ac44f6eff357c7324028b5fb393f1d14e91e82dc0a56cfd1f2
codecov-coverage-results-develop-job_node_unit_tests-22
232 KB
sha256:9ea7b1d3b9d5b38b0691e66a90440a897ba02784b3debc96c810f81a541030a1
codecov-coverage-results-develop-job_node_unit_tests-24
232 KB
sha256:ecaaa3421569bc36b9c410221d3906bb76f30769277af31f68e48f24979d12e0
codecov-test-results-develop-job_browser_loader_tests-browser-loader-loader_base
243 Bytes
sha256:5842c0c03344d9977daa500b8bbf1e681c7248204d1cbdde3cc892eec8dc57d7
codecov-test-results-develop-job_browser_loader_tests-browser-loader-loader_debug
240 Bytes
sha256:475d82dbe6a4809952d83cd4472f58ccf032a81e5af5b530cbb86be038a9c916
codecov-test-results-develop-job_browser_loader_tests-browser-loader-loader_eager
242 Bytes
sha256:867b74e9fbfb945e95e4aac27f5fa849e1fb51703026f02b4b6ac95427d9fe38
codecov-test-results-develop-job_browser_loader_tests-browser-loader-loader_replay
240 Bytes
sha256:35a99c30c81a61ec969acd0ccfc95ad430a94d24cd968b9c25506d3cf510473b
codecov-test-results-develop-job_browser_loader_tests-browser-loader-loader_replay_buffer
240 Bytes
sha256:dd4595fe1685657ae9a8b1e0f7506e297c9780a234fb44abd3ba0dcd837429e3
codecov-test-results-develop-job_browser_loader_tests-browser-loader-loader_tracing
240 Bytes
sha256:c2b0bbcf4f94af91b30c957e60dceadf3a209c81e59bbe99833b8f2fa774ef3e
codecov-test-results-develop-job_browser_loader_tests-browser-loader-loader_tracing_replay
240 Bytes
sha256:d6b73721d9b4d32222229d40353ebacd99e1824d5bb2f5134cdc18e0d3b362eb
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle-chromium
248 Bytes
sha256:ed8d0139cc7aee13de74b8f52722dbaf3d7bdd521043e2484dad6985e1fd42a0
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
249 Bytes
sha256:93ac64d75ef16af4fcb6049eaf0ea37466e555e3288f9c8a9d18078329653350
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
246 Bytes
sha256:529b18f54156cd63d8d9e41ffb2edd67e2dd13b7b230fb934acd66b8a8195a8d
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
247 Bytes
sha256:16d803a60d16c233e194f0427f6b31d6fdc123fa4cdd32dad6bff781c44850d9
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
246 Bytes
sha256:eea3f9d0c57af52906be10f054241a68312056ba9a3db35cbef5c993a50e3fa1
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium
249 Bytes
sha256:54f0f259b9a011b2861bbcedab1efa8f6cedf3972881057daad2c9c00bb10e49
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
249 Bytes
sha256:4c30a246af6967a2a636b1ac3cdbd7bdf790367d9905d3e2a88fcc5d931f5e69
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
241 Bytes
sha256:fe5a0762b07d2b8879e08d060e1736c419b4385a6c225b4607d68571d25b8c02
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
245 Bytes
sha256:39eb09c5722ec5665a2e320a1ec13b20eb10bdec7ae24b661a65e77c2b30607b
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
240 Bytes
sha256:62638feb1f41e28b8b97b37cf76aabe487280a1b3143289672c417faa04a9cf5
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
245 Bytes
sha256:f874ece516a4b2edcbb794709909621a57555a47ec651458f3617e0eb88357af
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
236 Bytes
sha256:652279524dae6eddb9e90c46b884d7016300f046fc577a0a2e5fab8fde5d5907
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
247 Bytes
sha256:da69aa180ffc3f4a17a10e8132a6a5e5f9b994269a66508351b7cff5d13f21ee
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
245 Bytes
sha256:8a2e07e96f21cb6252fef17f0ae46069357dd8839994a34e20b0faf5f468f919
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-esm-chromium-1
238 Bytes
sha256:4998f9d6dfdf343931b8285c361d06d23fba3e506f64cd332c2338a321c8a1bf
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-esm-chromium-2
245 Bytes
sha256:653eae161f19e7b0fa325d267202d159ab0efe78b5c245db12e835afc7dfefbf
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-esm-chromium-3
245 Bytes
sha256:3e833ee300f5c18935fea45be51654da74b98a71e504111da9ce954e768bbb1a
codecov-test-results-develop-job_browser_playwright_tests-browser-playwright-esm-chromium-4
244 Bytes
sha256:f38c8e41fb6705b64c3cd8a26417acc942dbbe08f983d5bd5a2f50545856d186
codecov-test-results-develop-job_browser_unit_tests
240 Bytes
sha256:5a08a31513a5fd29236fc2bd02867811594cc71fec87420a2cc2f300654b5123
codecov-test-results-develop-job_node_unit_tests-18
254 Bytes
sha256:d36f13e3cfe8054a8c1c6ed2f20cf90ef2054eca93b31e9f7b6ae88ff059fbe4
codecov-test-results-develop-job_node_unit_tests-20
249 Bytes
sha256:2290a764b148b8f30d7f572fab6ed7aced1695a28713f647b83edc29df231a48
codecov-test-results-develop-job_node_unit_tests-22
253 Bytes
sha256:453242bc8ae0857c6e9a80416ec8f6f77650c806ff89c22ce4b18aaba5a5cafc
codecov-test-results-develop-job_node_unit_tests-24
254 Bytes
sha256:348d2507ce1fa7063367107a3c5f07f4c6f0f2520e1fd2496e0fdaef8b3bf886
codecov-test-results-develop-job_remix_integration_tests-18
232 Bytes
sha256:da2615f0b4fa9720b1606f4bbd5d3c9606dcb387a7c944428c331090ccadf599
codecov-test-results-develop-job_remix_integration_tests-20
232 Bytes
sha256:41cf4cf32a0d5e28ca88b43d3d44c932fa244be3d22aada6d245482f814c78f5
codecov-test-results-develop-job_remix_integration_tests-22
235 Bytes
sha256:ac51405d4b58b24ef414b811f4e47bf794809f0626cb40f6f09ffe6d6622cb6f
codecov-test-results-develop-job_remix_integration_tests-24
234 Bytes
sha256:44605ba921e8751141e82dc3d7ab3bac127df66da8443733e6e9fca88e656553
node-overhead-action
282 Bytes
sha256:340892783f394203938cb56da6d1ddbaa6a60c4cb7f2ab40edfec9b27e1337d6
size-limit-action
1021 Bytes
sha256:1a5096c079ce20d8867e6b1c96b065e0157e7e764cbda7d67a70990b025b32b9