Skip to content

feat(http): refactor node:http client instrumentation for portability #46035

feat(http): refactor node:http client instrumentation for portability

feat(http): refactor node:http client instrumentation for portability #46035

Triggered via pull request April 20, 2026 23:54
Status Failure
Total duration 19m 12s
Artifacts 36

build.yml

on: pull_request
job_get_metadata  /  Get Metadata
6s
job_get_metadata / Get Metadata
Check lockfile
3m 15s
Check lockfile
Check file formatting
47s
Check file formatting
Check PR branches
4s
Check PR branches
Prepare E2E tests
3m 13s
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 3s
Size Check
Lint
1m 2s
Lint
Circular Dependency Check
1m 29s
Circular Dependency Check
Upload Artifacts
0s
Upload Artifacts
Browser Unit Tests
4m 43s
Browser Unit Tests
Bun Unit Tests
51s
Bun Unit Tests
Deno Unit Tests
1m 10s
Deno Unit Tests
Cloudflare Integration Tests
1m 37s
Cloudflare Integration Tests
Bun Integration Tests
49s
Bun Integration Tests
Check for faulty .d.ts files
37s
Check for faulty .d.ts files
Matrix: job_e2e_tests
Matrix: job_optional_e2e_tests
All required jobs passed or were skipped
5s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

37 errors, 184 warnings, and 222 notices
Node (20) Node-Core Integration Tests
Process completed with exit code 1.
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > cjs > outgoing http requests create breadcrumbs: dev-packages/node-core-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (49 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:40801/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:40801/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:40801/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:40801/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:40801/api/v4", + }, + "level": "warning", + "timestamp": 1776729802.745, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:627:5 ❯ newEnvelope utils/runner.ts:407:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > esm > outgoing http requests create breadcrumbs: dev-packages/node-core-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (49 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:41367/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:41367/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:41367/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:41367/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:41367/api/v4", + }, + "level": "warning", + "timestamp": 1776729802.386, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:627:5 ❯ newEnvelope utils/runner.ts:407:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
Node (22) Node-Core Integration Tests
Process completed with exit code 1.
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > cjs > outgoing http requests create breadcrumbs: dev-packages/node-core-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (49 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:37247/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:37247/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:37247/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:37247/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:37247/api/v4", + }, + "level": "warning", + "timestamp": 1776729804.999, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:627:5 ❯ newEnvelope utils/runner.ts:407:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > esm > outgoing http requests create breadcrumbs: dev-packages/node-core-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (49 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:44631/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:44631/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:44631/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:44631/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:44631/api/v4", + }, + "level": "warning", + "timestamp": 1776729804.606, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:627:5 ❯ newEnvelope utils/runner.ts:407:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
Node (18) Node-Core Integration Tests
Process completed with exit code 1.
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > cjs > outgoing http requests create breadcrumbs: dev-packages/node-core-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (49 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:43171/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:43171/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:43171/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:43171/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:43171/api/v4", + }, + "level": "warning", + "timestamp": 1776729812.419, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:627:5 ❯ newEnvelope utils/runner.ts:407:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > esm > outgoing http requests create breadcrumbs: dev-packages/node-core-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (49 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:34027/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:34027/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:34027/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:34027/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:34027/api/v4", + }, + "level": "warning", + "timestamp": 1776729812.102, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:627:5 ❯ newEnvelope utils/runner.ts:407:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
Node (24) Node-Core Integration Tests
Process completed with exit code 1.
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > cjs > outgoing http requests create breadcrumbs: dev-packages/node-core-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (49 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:34927/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:34927/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:34927/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:34927/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:34927/api/v4", + }, + "level": "warning", + "timestamp": 1776729813.306, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:627:5 ❯ newEnvelope utils/runner.ts:407:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > esm > outgoing http requests create breadcrumbs: dev-packages/node-core-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (49 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:38573/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:38573/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:38573/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:38573/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:38573/api/v4", + }, + "level": "warning", + "timestamp": 1776729812.887, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:627:5 ❯ newEnvelope utils/runner.ts:407:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
Node (24) (TS 3.8) Node-Core Integration Tests
Process completed with exit code 1.
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > cjs > outgoing http requests create breadcrumbs: dev-packages/node-core-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (49 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:37485/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:37485/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:37485/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:37485/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:37485/api/v4", + }, + "level": "warning", + "timestamp": 1776729968.798, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:627:5 ❯ newEnvelope utils/runner.ts:407:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > esm > outgoing http requests create breadcrumbs: dev-packages/node-core-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (49 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:40651/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:40651/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:40651/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:40651/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:40651/api/v4", + }, + "level": "warning", + "timestamp": 1776729968.471, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:627:5 ❯ newEnvelope utils/runner.ts:407:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
E2E nuxt-3 (canary) Test (optional)
Process completed with exit code 1.
[chromium] › tests/errors.server.test.ts:5:3 › server-side errors › captures api fetch error (fetched on click): ../../_temp/test-application/tests/errors.server.test.ts#L0
1) [chromium] › tests/errors.server.test.ts:5:3 › server-side errors › captures api fetch error (fetched on click) Test timeout of 30000ms exceeded.
[chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation: ../../_temp/test-application/tests/trpc-mutation.test.ts#L0
2) [chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation Test timeout of 30000ms exceeded.
[chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context: ../../_temp/test-application/tests/trpc-error.test.ts#L0
1) [chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context ──────────── Test timeout of 30000ms exceeded.
[chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error: ../../_temp/test-application/tests/orpc-error.test.ts#L13
1) [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ───────────── Error: page.waitForTimeout: Test timeout of 30000ms exceeded. 11 | 12 | await page.goto('/'); > 13 | await page.waitForTimeout(500); | ^ 14 | await page.getByRole('link', { name: 'Error' }).click(); 15 | 16 | const orpcError = await orpcErrorPromise; at /home/runner/work/_temp/test-application/tests/orpc-error.test.ts:13:14
[chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error: ../../_temp/test-application/tests/orpc-error.test.ts#L0
1) [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ───────────── Test timeout of 30000ms exceeded.
Node (24) Integration Tests
Process completed with exit code 1.
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > esm/cjs > cjs > outgoing http requests create breadcrumbs: dev-packages/node-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (90 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:33069/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:33069/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:33069/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:33069/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:33069/api/v4", + }, + "level": "warning", + "timestamp": 1776730062.109, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:758:5 ❯ newEnvelope utils/runner.ts:526:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15 ❯ Socket.<anonymous> utils/runner.ts:669:15
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > esm/cjs > esm > outgoing http requests create breadcrumbs: dev-packages/node-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (90 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:37319/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:37319/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:37319/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:37319/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:37319/api/v4", + }, + "level": "warning", + "timestamp": 1776730061.729, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:758:5 ❯ newEnvelope utils/runner.ts:526:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15 ❯ Socket.<anonymous> utils/runner.ts:669:15
Node (18) Integration Tests
Process completed with exit code 1.
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > esm/cjs > cjs > outgoing http requests create breadcrumbs: dev-packages/node-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (90 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:40111/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:40111/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:40111/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:40111/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:40111/api/v4", + }, + "level": "warning", + "timestamp": 1776730071.286, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:758:5 ❯ newEnvelope utils/runner.ts:526:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15 ❯ Socket.<anonymous> utils/runner.ts:669:15
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > esm/cjs > esm > outgoing http requests create breadcrumbs: dev-packages/node-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (90 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:42333/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:42333/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:42333/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:42333/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:42333/api/v4", + }, + "level": "warning", + "timestamp": 1776730070.701, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:758:5 ❯ newEnvelope utils/runner.ts:526:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15 ❯ Socket.<anonymous> utils/runner.ts:669:15
Node (22) Integration Tests
Process completed with exit code 1.
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > esm/cjs > cjs > outgoing http requests create breadcrumbs: dev-packages/node-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (90 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:42827/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:42827/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:42827/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:42827/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:42827/api/v4", + }, + "level": "warning", + "timestamp": 1776730088.969, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:758:5 ❯ newEnvelope utils/runner.ts:526:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15 ❯ Socket.<anonymous> utils/runner.ts:669:15
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > esm/cjs > esm > outgoing http requests create breadcrumbs: dev-packages/node-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (90 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:42509/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:42509/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:42509/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:42509/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:42509/api/v4", + }, + "level": "warning", + "timestamp": 1776730088.416, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:758:5 ❯ newEnvelope utils/runner.ts:526:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15 ❯ Socket.<anonymous> utils/runner.ts:669:15
Node (20) Integration Tests
Process completed with exit code 1.
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > esm/cjs > cjs > outgoing http requests create breadcrumbs: dev-packages/node-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (90 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:40361/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:40361/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:40361/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:40361/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:40361/api/v4", + }, + "level": "warning", + "timestamp": 1776730089.684, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:758:5 ❯ newEnvelope utils/runner.ts:526:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15 ❯ Socket.<anonymous> utils/runner.ts:669:15
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > esm/cjs > esm > outgoing http requests create breadcrumbs: dev-packages/node-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (90 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:32789/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:32789/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:32789/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:32789/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:32789/api/v4", + }, + "level": "warning", + "timestamp": 1776730089.205, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:758:5 ❯ newEnvelope utils/runner.ts:526:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15 ❯ Socket.<anonymous> utils/runner.ts:669:15
Node (24) (TS 3.8) Integration Tests
Process completed with exit code 1.
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > esm/cjs > cjs > outgoing http requests create breadcrumbs: dev-packages/node-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (90 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:37319/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:37319/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:37319/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:37319/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:37319/api/v4", + }, + "level": "warning", + "timestamp": 1776730207.054, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:758:5 ❯ newEnvelope utils/runner.ts:526:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15 ❯ Socket.<anonymous> utils/runner.ts:669:15
suites/tracing/requests/http-breadcrumbs/test.ts > outgoing http > esm/cjs > esm > outgoing http requests create breadcrumbs: dev-packages/node-integration-tests/utils/assertions.ts#L29
AssertionError: expected { …(12) } to match object { event_id: Any<String>, …(2) } (90 matching properties omitted from actual) - Expected + Received @@ -1,8 +1,9 @@ { "breadcrumbs": [ { + "data": {}, "message": "manual breadcrumb", "timestamp": Any<Number>, }, { "category": "http", @@ -10,10 +11,11 @@ "ADDED_PATH": "/api/v0", "http.method": "GET", "status_code": 404, "url": "http://localhost:37927/api/v0", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -21,10 +23,11 @@ "ADDED_PATH": "/api/v1", "http.method": "GET", "status_code": 404, "url": "http://localhost:37927/api/v1", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -32,10 +35,11 @@ "ADDED_PATH": "/api/v2", "http.method": "GET", "status_code": 404, "url": "http://localhost:37927/api/v2", }, + "level": "warning", "timestamp": Any<Number>, "type": "http", }, { "category": "http", @@ -43,11 +47,24 @@ "ADDED_PATH": "/api/v3", "http.method": "GET", "status_code": 404, "url": "http://localhost:37927/api/v3", }, + "level": "warning", "timestamp": Any<Number>, + "type": "http", + }, + { + "category": "http", + "data": { + "ADDED_PATH": "/api/v4", + "http.method": "GET", + "status_code": 404, + "url": "http://localhost:37927/api/v4", + }, + "level": "warning", + "timestamp": 1776730206.525, "type": "http", }, ], "event_id": Any<String>, "exception": { ❯ assertSentryEvent utils/assertions.ts:29:18 ❯ expectErrorEvent utils/runner.ts:758:5 ❯ newEnvelope utils/runner.ts:526:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15 ❯ Socket.<anonymous> utils/runner.ts:669:15
All required jobs passed or were skipped
Process completed with exit code 1.
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dkhunt27/action-nx-affected-list@v6.1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
eslint(no-unused-vars): packages/node-core/src/utils/outgoingHttpRequest.ts#L1
Type 'SanitizedRequestData' is imported but never used.
Deno Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
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 will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
❌ Patch coverage check failed: 22.89% < target 80%
Node (20) Unit Tests
❌ Patch coverage check failed: 22.89% < target 80%
Node (18) Unit Tests
❌ Patch coverage check failed: 22.89% < target 80%
Node (22) Unit Tests
❌ Patch coverage check failed: 22.09% < target 80%
Browser Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data. Unmatched diff files: .size-limit.js, dev-packages/e2e-tests/test-applications/aws-serverless/tests/layer.test.ts, dev-packages/e2e-tests/test-applications/aws-serverless/tests/npm.test.ts, dev-packages/e2e-tests/test-applications/nextjs-14/tests/request-instrumentation.test.ts, dev-packages/e2e-tests/test-applications/nextjs-app-dir/tests/request-instrumentation.test.ts, dev-packages/e2e-tests/test-applications/nextjs-pages-dir/tests/request-instrumentation.test.ts, dev-packages/e2e-tests/test-applications/node-express-esm-preload/tests/server.test.ts, dev-packages/node-core-integration-tests/suites/tracing/requests/http-no-tracing-no-spans/test.ts, dev-packages/node-integration-tests/suites/tracing/http-client-spans/http-basic/test.ts, dev-packages/node-integration-tests/suites/tracing/http-client-spans/http-strip-query/test.ts, dev-packages/node-integration-tests/suites/tracing/requests/http-no-tracing-no-spans/test.ts, packages/core/src/index.ts, packages/core/src/integrations/express/index.ts, packages/core/src/integrations/express/utils.ts, packages/core/src/integrations/http/add-outgoing-request-breadcrumb.ts, packages/core/src/integrations/http/client-patch.ts, packages/core/src/integrations/http/client-subscriptions.ts, packages/core/src/integrations/http/constants.ts, packages/core/src/integrations/http/get-outgoing-span-data.ts, packages/core/src/integrations/http/get-request-url.ts, packages/core/src/integrations/http/index.ts, packages/core/src/integrations/http/inject-trace-propagation-headers.ts, packages/core/src/integrations/http/merge-baggage.ts, packages/core/src/integrations/http/types.ts, packages/core/src/tracing/index.ts, packages/core/src/tracing/trace.ts, packages/core/src/utils/get-default-export.ts, packages/core/src/utils/url.ts, packages/core/test/lib/integrations/express/utils.test.ts, packages/core/test/lib/utils/get-default-export.test.ts, packages/core/test/lib/utils/weakRef.test.ts, packages/node-core/src/index.ts, packages/node-core/src/integrations/http/SentryHttpInstrumentation.ts, packages/node-core/src/integrations/http/httpServerIntegration.ts, packages/node-core/src/integrations/http/httpServerSpansIntegration.ts, packages/node-core/src/integrations/http/index.ts, packages/node-core/src/light/asyncLocalStorageStrategy.ts, packages/node-core/src/light/integrations/httpIntegration.ts, packages/node-core/src/utils/outgoingHttpRequest.ts, packages/node/src/integrations/http.ts, packages/node/src/integrations/tracing/index.ts, packages/opentelemetry/test/utils/contextData.test.ts Sample coverage paths: ./mute.js, /Users/isaacs/dev/js/events-to-array/etoa.js, /home/runner/work/sentry-javascript/sentry-javascript/packages/browser/src/client.ts This usually indicates a path format mismatch between your coverage tool and the repository.
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: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 + OTLP integration) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 browser-webworker-vite Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-incorrect-instrumentation Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-sdk-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 browser-mfe-vite Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-esm Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-workersentrypoint Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 elysia-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-mcp-v2 Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-instrumentation Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 elysia-bun Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-6 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 deno Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-bullmq Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-fastify Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-ts5.0 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-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: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-server-timing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 default-browser Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 effect-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-react-app Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-local-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 deno-streamed Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-otlp Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-firebase Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-userfeedback Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 effect-browser Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-6-cf-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-bun Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-cf-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-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: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-17 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-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: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-20 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-19 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-18 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 18) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (canary) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (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: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-classic Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-intl Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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-5 Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (latest, turbopack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 supabase-nextjs Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (webpack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 (latest, webpack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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@15) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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 Run Summary
7 skipped 23 passed (10.0s)
🎭 Playwright Run Summary
7 skipped 23 passed (10.1s)
🎭 Playwright Run Summary
8 skipped 22 passed (9.5s)
🎭 Playwright Run Summary
5 skipped 25 passed (15.8s)
🎭 Playwright Run Summary
4 skipped 26 passed (19.6s)
🎭 Playwright Run Summary
5 skipped 25 passed (8.9s)
🎭 Playwright Run Summary
1 skipped 29 passed (21.4s)
🎭 Playwright Run Summary
478 skipped 190 passed (38.1s)
🎭 Playwright Run Summary
473 skipped 195 passed (39.6s)
🎭 Playwright Run Summary
1 skipped 14 passed (25.6s)
🎭 Playwright Run Summary
477 skipped 191 passed (41.4s)
🎭 Playwright Run Summary
341 skipped 327 passed (1.6m)
🎭 Playwright Run Summary
343 skipped 325 passed (1.5m)
🎭 Playwright Run Summary
1 skipped 166 passed (2.5m)
🎭 Playwright Run Summary
3 skipped 164 passed (2.5m)
🎭 Playwright Run Summary
256 skipped 412 passed (4.4m)
🎭 Playwright Run Summary
3 passed (3.3s)
🎭 Playwright Run Summary
2 passed (4.1s)
🎭 Playwright Run Summary
11 passed (2.5s)
🎭 Playwright Run Summary
3 passed (5.1s)
🎭 Playwright Run Summary
1 passed (4.3s)
🎭 Playwright Run Summary
4 passed (2.2s)
🎭 Playwright Run Summary
2 passed (3.3s)
🎭 Playwright Run Summary
4 passed (2.8s)
🎭 Playwright Run Summary
3 passed (2.5s)
🎭 Playwright Run Summary
8 passed (2.4s)
🎭 Playwright Run Summary
4 passed (2.8s)
🎭 Playwright Run Summary
4 passed (5.4s)
🎭 Playwright Run Summary
3 passed (4.6s)
🎭 Playwright Run Summary
4 passed (2.2s)
🎭 Playwright Run Summary
5 passed (7.9s)
🎭 Playwright Run Summary
4 passed (4.5s)
🎭 Playwright Run Summary
10 passed (10.3s)
🎭 Playwright Run Summary
7 passed (6.2s)
🎭 Playwright Run Summary
5 passed (6.8s)
🎭 Playwright Run Summary
3 passed (2.6s)
🎭 Playwright Run Summary
1 passed (1.9s)
🎭 Playwright Run Summary
3 passed (8.2s)
🎭 Playwright Run Summary
3 passed (2.9s)
🎭 Playwright Run Summary
12 passed (6.6s)
🎭 Playwright Run Summary
5 passed (8.5s)
🎭 Playwright Run Summary
1 passed (5.9s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
10 passed (5.2s)
🎭 Playwright Run Summary
10 passed (5.4s)
🎭 Playwright Run Summary
3 passed (3.3s)
🎭 Playwright Run Summary
4 passed (7.1s)
🎭 Playwright Run Summary
12 passed (6.5s)
🎭 Playwright Run Summary
11 passed (5.2s)
🎭 Playwright Run Summary
11 passed (5.5s)
🎭 Playwright Run Summary
8 passed (3.2s)
🎭 Playwright Run Summary
8 passed (3.2s)
🎭 Playwright Run Summary
5 passed (7.7s)
🎭 Playwright Run Summary
247 skipped 421 passed (3.4m)
🎭 Playwright Run Summary
22 passed (9.4s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.7s)
🎭 Playwright Run Summary
1 passed (3.4s)
🎭 Playwright Run Summary
3 skipped 21 passed (19.0s)
🎭 Playwright Run Summary
23 passed (16.1s)
🎭 Playwright Run Summary
11 passed (6.2s)
🎭 Playwright Run Summary
11 passed (6.5s)
🎭 Playwright Run Summary
3 skipped 17 passed (1.6s)
🎭 Playwright Run Summary
8 passed (6.0s)
🎭 Playwright Run Summary
3 passed (15.1s)
🎭 Playwright Run Summary
11 passed (15.8s)
🎭 Playwright Run Summary
7 passed (13.4s)
🎭 Playwright Run Summary
13 passed (12.3s)
🎭 Playwright Run Summary
24 passed (15.9s)
🎭 Playwright Run Summary
3 passed (6.2s)
🎭 Playwright Run Summary
3 passed (3.1s)
🎭 Playwright Run Summary
5 passed (8.8s)
🎭 Playwright Run Summary
1 passed (3.3s)
🎭 Playwright Run Summary
1 passed (3.3s)
🎭 Playwright Run Summary
9 passed (9.6s)
🎭 Playwright Run Summary
1 passed (6.1s)
🎭 Playwright Run Summary
12 passed (9.4s)
🎭 Playwright Run Summary
2 passed (5.6s)
🎭 Playwright Run Summary
11 passed (16.1s)
🎭 Playwright Run Summary
7 passed (9.6s)
🎭 Playwright Run Summary
3 passed (4.8s)
🎭 Playwright Run Summary
4 passed (7.0s)
🎭 Playwright Run Summary
5 passed (8.2s)
🎭 Playwright Run Summary
10 passed (6.1s)
🎭 Playwright Run Summary
10 passed (6.0s)
🎭 Playwright Run Summary
18 passed (18.6s)
🎭 Playwright Run Summary
4 passed (8.3s)
🎭 Playwright Run Summary
13 passed (28.4s)
🎭 Playwright Run Summary
10 passed (27.1s)
🎭 Playwright Run Summary
1 passed (4.7s)
🎭 Playwright Run Summary
1 passed (5.5s)
🎭 Playwright Run Summary
9 passed (10.7s)
🎭 Playwright Run Summary
13 passed (24.6s)
🎭 Playwright Run Summary
7 passed (8.9s)
🎭 Playwright Run Summary
2 passed (2.0s)
🎭 Playwright Run Summary
5 passed (7.2s)
🎭 Playwright Run Summary
4 passed (10.7s)
🎭 Playwright Run Summary
3 passed (2.9s)
🎭 Playwright Run Summary
9 passed (10.6s)
🎭 Playwright Run Summary
5 passed (9.6s)
🎭 Playwright Run Summary
10 passed (26.7s)
🎭 Playwright Run Summary
8 passed (6.0s)
🎭 Playwright Run Summary
16 passed (24.1s)
🎭 Playwright Run Summary
3 passed (13.7s)
🎭 Playwright Run Summary
12 passed (9.6s)
🎭 Playwright Run Summary
15 passed (8.7s)
🎭 Playwright Run Summary
2 skipped 19 passed (22.2s)
🎭 Playwright Run Summary
10 passed (37.4s)
🎭 Playwright Run Summary
9 passed (10.7s)
🎭 Playwright Run Summary
9 passed (11.0s)
🎭 Playwright Run Summary
1 skipped 14 passed (12.1s)
🎭 Playwright Run Summary
7 passed (5.1s)
🎭 Playwright Run Summary
3 skipped 164 passed (4.4m)
🎭 Playwright Run Summary
9 passed (11.2s)
🎭 Playwright Run Summary
9 passed (10.9s)
🎭 Playwright Run Summary
29 passed (28.5s)
🎭 Playwright Run Summary
40 passed (20.9s)
🎭 Playwright Run Summary
12 passed (28.3s)
🎭 Playwright Run Summary
12 passed (27.5s)
🎭 Playwright Run Summary
10 passed (26.5s)
🎭 Playwright Run Summary
3 passed (16.9s)
🎭 Playwright Run Summary
3 passed (10.8s)
🎭 Playwright Run Summary
16 passed (28.8s)
🎭 Playwright Run Summary
14 passed (24.6s)
🎭 Playwright Run Summary
3 passed (17.2s)
🎭 Playwright Run Summary
3 passed (9.4s)
🎭 Playwright Run Summary
5 passed (8.2s)
🎭 Playwright Run Summary
11 passed (19.0s)
🎭 Playwright Run Summary
15 passed (19.5s)
🎭 Playwright Run Summary
12 passed (17.8s)
🎭 Playwright Run Summary
7 passed (43.1s)
🎭 Playwright Run Summary
9 passed (11.7s)
🎭 Playwright Run Summary
4 passed (9.8s)
🎭 Playwright Run Summary
4 passed (17.6s)
🎭 Playwright Run Summary
3 passed (6.1s)
🎭 Playwright Run Summary
4 passed (4.2s)
🎭 Playwright Run Summary
12 passed (6.1s)
🎭 Playwright Run Summary
5 passed (17.3s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
8 passed (29.6s)
🎭 Playwright Run Summary
12 passed (28.4s)
🎭 Playwright Run Summary
18 passed (19.6s)
🎭 Playwright Run Summary
2 skipped 19 passed (23.3s)
🎭 Playwright Run Summary
8 passed (9.4s)
🎭 Playwright Run Summary
12 passed (27.9s)
🎭 Playwright Run Summary
4 passed (9.6s)
🎭 Playwright Run Summary
9 passed (8.3s)
🎭 Playwright Run Summary
12 passed (28.2s)
🎭 Playwright Run Summary
3 passed (20.9s)
🎭 Playwright Run Summary
12 passed (29.1s)
🎭 Playwright Run Summary
7 passed (34.7s)
🎭 Playwright Run Summary
14 skipped 12 passed (22.1s)
🎭 Playwright Run Summary
4 skipped 10 passed (20.7s)
🎭 Playwright Run Summary
4 skipped 10 passed (6.2s)
🎭 Playwright Run Summary
14 skipped 12 passed (21.3s)
🎭 Playwright Run Summary
7 passed (38.6s)
🎭 Playwright Run Summary
14 skipped 12 passed (22.6s)
🎭 Playwright Run Summary
17 passed (55.8s)
🎭 Playwright Run Summary
251 skipped 417 passed (4.6m)
🎭 Playwright Run Summary
3 skipped 27 passed (35.6s)
🎭 Playwright Run Summary
30 passed (15.3s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/errors.server.test.ts:5:3 › server-side errors › captures api fetch error (fetched on click) 39 passed (52.0s)
🎭 Playwright Run Summary
8 passed (28.4s)
🎭 Playwright Run Summary
5 skipped 162 passed (4.6m)
🎭 Playwright Run Summary
3 passed (34.9s)
🎭 Playwright Run Summary
3 passed (9.4s)
🎭 Playwright Run Summary
4 passed (35.7s)
🎭 Playwright Run Summary
4 passed (8.7s)
🎭 Playwright Run Summary
5 passed (42.7s)
🎭 Playwright Run Summary
5 passed (10.6s)
🎭 Playwright Run Summary
117 skipped 551 passed (5.4m)
🎭 Playwright Run Summary
13 passed (46.6s)
🎭 Playwright Run Summary
13 passed (8.5s)
🎭 Playwright Run Summary
3 skipped 27 passed (40.3s)
🎭 Playwright Run Summary
30 passed (13.9s)
🎭 Playwright Run Summary
4 skipped 10 passed (34.3s)
🎭 Playwright Run Summary
2 skipped 12 passed (6.6s)
🎭 Playwright Run Summary
120 skipped 548 passed (5.4m)
🎭 Playwright Run Summary
4 skipped 10 passed (30.8s)
🎭 Playwright Run Summary
2 skipped 12 passed (6.7s)
🎭 Playwright Run Summary
13 passed (46.9s)
🎭 Playwright Run Summary
13 passed (8.4s)
🎭 Playwright Run Summary
13 passed (50.4s)
🎭 Playwright Run Summary
13 passed (8.8s)
🎭 Playwright Run Summary
2 flaky [chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context ───────────── [chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation 1 passed (38.9s)
🎭 Playwright Run Summary
3 passed (4.5s)
🎭 Playwright Run Summary
115 skipped 553 passed (5.4m)
🎭 Playwright Run Summary
115 skipped 553 passed (5.5m)
🎭 Playwright Run Summary
1 flaky [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ────────────── 2 passed (43.8s)
🎭 Playwright Run Summary
3 passed (7.5s)
🎭 Playwright Run Summary
4 passed (24.3s)
🎭 Playwright Run Summary
2 skipped 48 passed (1.0m)
🎭 Playwright Run Summary
4 passed (24.0s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (36.2s)
🎭 Playwright Run Summary
120 skipped 548 passed (5.4m)
🎭 Playwright Run Summary
4 passed (25.3s)
🎭 Playwright Run Summary
51 passed (1.1m)
🎭 Playwright Run Summary
43 passed (2.2m)
🎭 Playwright Run Summary
5 skipped 36 passed (1.7m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
5 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
5 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (37.6s)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (36.6s)
🎭 Playwright Run Summary
5 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
6 skipped 28 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 32 passed (2.6m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
4 passed (23.9s)
🎭 Playwright Run Summary
7 skipped 34 passed (2.9m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
7 skipped 34 passed (2.8m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
7 skipped 34 passed (2.9m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 32 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)

Artifacts

Produced during runtime
Name Size Digest
build-output Expired
33.7 MB
sha256:127044087985f10f0e6bd9e4e84cf05910ff3659ee0034ddfdfc78d4e0e30a7d
codecov-coverage-results-isaacschlueter-portable-http-integration-client-job_browser_unit_tests
95.4 KB
sha256:e81419f2b990e504af22cd79e16a564b0bd190a369dfcc5037b422a4b03f1693
codecov-coverage-results-isaacschlueter-portable-http-integration-client-job_node_unit_tests-18
249 KB
sha256:a6cfa0ade40e9bcfb9e8dce4dec2a58368c0f1bc51890af2ee3432a6623f51fa
codecov-coverage-results-isaacschlueter-portable-http-integration-client-job_node_unit_tests-20
256 KB
sha256:a9a2752dd82a02fd6f6aae300d5cef655c0ce1044b57c2c65a1c7ea2158f2a7b
codecov-coverage-results-isaacschlueter-portable-http-integration-client-job_node_unit_tests-22
256 KB
sha256:9aa8df7d84c7033dfe77be0fca23d5c8360c2293c2e507bc171fa70f8dc2da4a
codecov-coverage-results-isaacschlueter-portable-http-integration-client-job_node_unit_tests-24
256 KB
sha256:fa702e071fd2e72e7c995e3783d38a6ae6335a307af4aab7e1d105c6b86d1e90
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_loader_tests-browser-loader-loader_base
242 Bytes
sha256:eb766a258dc81c0cd06c412b841a7157b0085c97987b067bd1f4ae80ffec77a7
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_loader_tests-browser-loader-loader_debug
243 Bytes
sha256:f053efb7d6562689e7f9982aa11bf501046859437eb8b7b6c17217eb499524ef
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_loader_tests-browser-loader-loader_eager
243 Bytes
sha256:a37da8571c79a2bc1d4da729f3e168dde7d82dd109fae368478de1ffcf5b043f
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_loader_tests-browser-loader-loader_replay
241 Bytes
sha256:66f2a778c3b955816a6afd4255dc2e7a8b2e28b5ff792ed5b63923aa506161f5
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_loader_tests-browser-loader-loader_replay_buffer
236 Bytes
sha256:9c90c72114cd0afc218d57e5996b1fbc8ce21b0f7d252c83faa3b975a19bdf79
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_loader_tests-browser-loader-loader_tracing
243 Bytes
sha256:69479ea4d9dac3164e1071d22d805961ea46f57cfaae234db12b6e9ed412e6bb
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_loader_tests-browser-loader-loader_tracing_replay
238 Bytes
sha256:d6aa634f8f92be544a7065c89c211e805e1774005173b5ea0a6ef6f4ee430b2b
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_playwright_tests-browser-playwright-bundle-chromium
249 Bytes
sha256:a2634e54e080b665974954b8cdeb86a79d155f5c45f8e2656750815a135895f2
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
248 Bytes
sha256:ea97dca328301e83671ae50088e42ae2f750b4032c6cd4e03d96b6c83c2212c3
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
248 Bytes
sha256:86875b6dbed6ae6d9652e159a8d825c1f052976e4e8d928316395c77510b806b
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
244 Bytes
sha256:f23a05a1d42b6d04042ea246e914814012a5d5e3a48afddcddc82c5fcba4040a
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
249 Bytes
sha256:ed4e3d9868aa6e46407a0b900b89e3a5f27ee58e5200f1f2bc33db5310759ed4
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium
248 Bytes
sha256:8ed17aa6e1d3cc299e42ce1b9e2ab537bc40207fa4d8c07166767b6368329a1d
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
245 Bytes
sha256:179af547cc4a6b0addc74f493329ec4fe45a719692186043e65a554707f90690
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
247 Bytes
sha256:4b080c39fbe861390fb36df49a6452ba0555dda05e327ace6fce197a66e4f2a0
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
247 Bytes
sha256:16aca020f30457db5ad9b13498586e5971de4f84dcfc5aa3f8da1403a4c10447
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
245 Bytes
sha256:08df60c0a4f35e0aa0e6ee640c97ceb7dde152c0403a541d43ad3fa8d0069109
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
245 Bytes
sha256:aafaf686c159f82a058e9c88792e546c6585d62bfc0f7bb3d693f651d24cb530
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
242 Bytes
sha256:9202e69ae82d3225e26e8aeb4fce36480d8b5517611e536518b9fdd33d1b320e
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
249 Bytes
sha256:6871e2b89e5a8b991b4b0666d9c618357f837c1436a70e1e5b27488d62ff0240
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
249 Bytes
sha256:0f336c6ee701a3fcaeb6a2e750417a0c840ae79fccf56e2b4dbe6cbe3df771d0
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_playwright_tests-browser-playwright-esm-chromium-1
243 Bytes
sha256:683cc116c30d4ee36c845c67c2cf3a0875ff87a8213ca8aa32581c799c87e56c
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_playwright_tests-browser-playwright-esm-chromium-2
244 Bytes
sha256:c6330f5652eadc799de66812090f897a8fde480cd663e1947fbaa28f9e05fa55
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_playwright_tests-browser-playwright-esm-chromium-3
244 Bytes
sha256:5d4d52a73acf638a6d58a631317e5ce638fe2b820a3813c1a03f4a1be48cc845
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_playwright_tests-browser-playwright-esm-chromium-4
245 Bytes
sha256:11e4c35a232ebcf1c38e1d11ea2b40b790ed57522e61117adfc2d451ef3fbad3
codecov-test-results-isaacschlueter-portable-http-integration-client-job_browser_unit_tests
244 Bytes
sha256:381aaeff3a673824e5f07b93dd4769114b9ad7bef07b937432d6db155e021284
codecov-test-results-isaacschlueter-portable-http-integration-client-job_node_unit_tests-18
256 Bytes
sha256:96a258ff31ad9b527bc785bea1e64b553b7f293ccc3acd70fdfad50fb586cd32
codecov-test-results-isaacschlueter-portable-http-integration-client-job_node_unit_tests-20
254 Bytes
sha256:e5f33b40aa069044b473b1e8d049f03237f6f41c527eebac9036f89f9b82b45b
codecov-test-results-isaacschlueter-portable-http-integration-client-job_node_unit_tests-22
248 Bytes
sha256:c46fa6d39af6bbb5ec41cffa8bfd2f99ab03ab1646049edea0f74052e4a9d4b3
codecov-test-results-isaacschlueter-portable-http-integration-client-job_node_unit_tests-24
247 Bytes
sha256:86961552e1b4d1eeb32b44ce71ebe7524721aef7206c8cb8764d03c20be0f786