Skip to content

feat(core): Emit sentry.sdk.integrations on segment spans in span streaming #46092

feat(core): Emit sentry.sdk.integrations on segment spans in span streaming

feat(core): Emit sentry.sdk.integrations on segment spans in span streaming #46092

Triggered via pull request April 21, 2026 17:33
Status Failure
Total duration 19m 22s
Artifacts 48

build.yml

on: pull_request
job_get_metadata  /  Get Metadata
10s
job_get_metadata / Get Metadata
Check lockfile
2m 57s
Check lockfile
Check file formatting
44s
Check file formatting
Check PR branches
5s
Check PR branches
Prepare E2E tests
3m 0s
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
1m 54s
Size Check
Lint
1m 10s
Lint
Circular Dependency Check
1m 45s
Circular Dependency Check
Upload Artifacts
0s
Upload Artifacts
Browser Unit Tests
4m 28s
Browser Unit Tests
Bun Unit Tests
49s
Bun Unit Tests
Deno Unit Tests
1m 0s
Deno Unit Tests
Cloudflare Integration Tests
1m 59s
Cloudflare Integration Tests
Bun Integration Tests
37s
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

81 errors, 189 warnings, and 227 notices
Size Check
Size limit has been exceeded.
Cloudflare Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/cloudflare-integration-tests/suites/public-api/startSpan-streamed/test.ts#L174
AssertionError: expected { name: 'GET /', …(7) } to deeply equal { attributes: { …(26) }, …(7) } - Expected + Received @@ -54,10 +54,25 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "Dedupe", + "InboundFilters", + "FunctionToString", + "ConversationId", + "LinkedErrors", + "Fetch", + "Hono", + "RequestData", + "Console", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.cloudflare", }, "sentry.sdk.version": { ❯ suites/public-api/startSpan-streamed/test.ts:174:27 ❯ assertEnvelopeMatches runner.ts:125:11 ❯ newEnvelope runner.ts:167:13 ❯ ../test-utils/src/server.ts:19:7 ❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5 ❯ next ../../node_modules/express/lib/router/route.js:149:13 ❯ Route.dispatch ../../node_modules/express/lib/router/route.js:119:3 ❯ Layer.handle [as handle_request] ../../node_modules/express/lib/router/layer.js:95:5 ❯ ../../node_modules/express/lib/router/index.js:284:15 ❯ param ../../node_modules/express/lib/router/index.js:365:14
Node (22) Node-Core Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-core-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,33 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "Http", + "NodeFetch", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariablesAsync", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node-core", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:689:5 ❯ newEnvelope utils/runner.ts:431: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/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-core-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,33 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "Http", + "NodeFetch", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariablesAsync", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node-core", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:689:5 ❯ newEnvelope utils/runner.ts:431:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
Node (20) Node-Core Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-core-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,33 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "Http", + "NodeFetch", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariablesAsync", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node-core", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:689:5 ❯ newEnvelope utils/runner.ts:431:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
Playwright bundle_tracing_replay_feedback_logs_metrics_min firefox Tests
Process completed with exit code 1.
[firefox] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L41
1) [firefox] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -22,10 +22,28 @@ }, "sentry.origin": Object { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 39 | const interactionSegmentSpan = interactionSpanTree.find(span => !!span.is_segment); 40 | > 41 | expect(interactionSegmentSpan).toEqual({ | ^ 42 | attributes: { 43 | 'culture.calendar': { 44 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:41:34
Node (18) Node-Core Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-core-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,33 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "Http", + "NodeFetch", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariables", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node-core", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:689:5 ❯ newEnvelope utils/runner.ts:431:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
Browser Unit Tests
Process completed with exit code 1.
test/integrations/spanstreaming.test.ts > spanStreamingIntegration > enqueues a span into the buffer when the span ends: packages/browser/test/integrations/spanstreaming.test.ts#L126
AssertionError: expected "spy" to be called with arguments: [ { …(9) } ] Received: 1st spy call: @@ -23,31 +23,39 @@ "attributes": { "sentry.origin": { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.segment.id": { "type": "string", "value": "9d7c6456a3b2f7ab", }, "sentry.segment.name": { "type": "string", "value": "test", }, }, - "end_timestamp": Any<Number>, + "end_timestamp": 1776793340.6289628, "is_segment": true, + "links": undefined, "name": "test", + "parent_span_id": undefined, "span_id": "9d7c6456a3b2f7ab", - "start_timestamp": Any<Number>, + "start_timestamp": 1776793340.6289628, "status": "ok", "trace_id": "240e81f4d4f846bfb3e91d3413674779", }, ] Number of calls: 1 ❯ test/integrations/spanstreaming.test.ts:126:40
Playwright esm (2/4) Tests
Process completed with exit code 1.
[chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled: dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts#L67
1) [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -123,10 +123,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 65 | expect(segmentSpanId).toBeDefined(); 66 | > 67 | expect(spans).toEqual([ | ^ 68 | { 69 | attributes: { 70 | [SEMANTIC_ATTRIBUTE_SENTRY_OP]: { at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts:67:19
Node (24) (TS 3.8) Node-Core Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-core-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,33 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "Http", + "NodeFetch", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariablesAsync", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node-core", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:689:5 ❯ newEnvelope utils/runner.ts:431:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:526:15 ❯ Socket.<anonymous> utils/runner.ts:544:15
E2E deno-streamed Test
Process completed with exit code 1.
[chromium] › tests/spans.test.ts:179:5 › OTel span appears as child of Sentry span (interop): ../../_temp/test-application/tests/spans.test.ts#L191
2) [chromium] › tests/spans.test.ts:179:5 › OTel span appears as child of Sentry span (interop) ── Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -62,10 +62,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "RequestData", + "FunctionToString", + "LinkedErrors", + "Dedupe", + "Breadcrumbs", + "DenoContext", + "DenoServe", + "ContextLines", + "NormalizePaths", + "GlobalHandlers", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.deno", }, "sentry.sdk.version": Object { 189 | 190 | const httpServerSpan = spans.find(span => getSpanOp(span) === 'http.server'); > 191 | expect(httpServerSpan).toEqual({ | ^ 192 | ...SEGMENT_SPAN, 193 | name: 'GET /test-interop', 194 | attributes: { at /home/runner/work/_temp/test-application/tests/spans.test.ts:191:26
[chromium] › tests/spans.test.ts:128:5 › Sends streamed spans (http.server and manual with Sentry.startSpan): ../../_temp/test-application/tests/spans.test.ts#L138
1) [chromium] › tests/spans.test.ts:128:5 › Sends streamed spans (http.server and manual with Sentry.startSpan) Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -99,10 +99,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "RequestData", + "FunctionToString", + "LinkedErrors", + "Dedupe", + "Breadcrumbs", + "DenoContext", + "DenoServe", + "ContextLines", + "NormalizePaths", + "GlobalHandlers", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.deno", }, "sentry.sdk.version": Object { 136 | expect(spans).toHaveLength(2); 137 | > 138 | expect(spans).toEqual([ | ^ 139 | { 140 | attributes: { 141 | 'sentry.environment': { at /home/runner/work/_temp/test-application/tests/spans.test.ts:138:17
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Process completed with exit code 1.
[webkit] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
3) [webkit] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -42,10 +42,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[webkit] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
2) [webkit] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -34,10 +34,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
[webkit] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled: dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts#L67
1) [webkit] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -123,10 +123,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 65 | expect(segmentSpanId).toBeDefined(); 66 | > 67 | expect(spans).toEqual([ | ^ 68 | { 69 | attributes: { 70 | [SEMANTIC_ATTRIBUTE_SENTRY_OP]: { at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts:67:19
Playwright esm (3/4) Tests
Process completed with exit code 1.
[chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
3) [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -54,10 +54,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
2) [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -42,10 +42,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
[chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L41
1) [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -22,10 +22,28 @@ }, "sentry.origin": Object { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 39 | const interactionSegmentSpan = interactionSpanTree.find(span => !!span.is_segment); 40 | > 41 | expect(interactionSegmentSpan).toEqual({ | ^ 42 | attributes: { 43 | 'culture.calendar': { 44 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:41:34
[chromium] › tests/server/getServerSideProps.test.ts:4:5 › Should report an error event for errors thrown in getServerSideProps: ../../_temp/test-application/tests/server/getServerSideProps.test.ts#L21
1) [chromium] › tests/server/getServerSideProps.test.ts:4:5 › Should report an error event for errors thrown in getServerSideProps Error: expect(received).toMatchObject(expected) - Expected - 5 + Received + 3 @@ -9,25 +9,23 @@ "exception": Object { "values": Array [ Object { "mechanism": Object { "handled": false, - "type": "auto.function.nextjs.wrapped", + "type": "auto.browser.browserapierrors.setTimeout", }, "stacktrace": Object { "frames": ArrayContaining [], }, "type": "Error", "value": "getServerSideProps Error", }, ], }, - "platform": "node", + "platform": "javascript", "request": Object { - "cookies": Any<Object>, "headers": Any<Object>, - "method": "GET", "url": StringMatching /^http.*\/error-getServerSideProps/, }, "timestamp": Any<Number>, - "transaction": "getServerSideProps (/[param]/error-getServerSideProps)", + "transaction": "/[param]/error-getServerSideProps", } 19 | }); 20 | > 21 | expect(await errorEventPromise).toMatchObject({ | ^ 22 | contexts: { 23 | trace: { span_id: expect.stringMatching(/[a-f0-9]{16}/), trace_id: expect.stringMatching(/[a-f0-9]{32}/) }, 24 | }, at /home/runner/work/_temp/test-application/tests/server/getServerSideProps.test.ts:21:35
[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.
Playwright bundle_tracing Tests
Process completed with exit code 1.
[chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
4) [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -54,10 +54,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
3) [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -42,10 +42,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
[chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L41
2) [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -22,10 +22,28 @@ }, "sentry.origin": Object { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 39 | const interactionSegmentSpan = interactionSpanTree.find(span => !!span.is_segment); 40 | > 41 | expect(interactionSegmentSpan).toEqual({ | ^ 42 | attributes: { 43 | 'culture.calendar': { 44 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:41:34
[chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled: dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts#L67
1) [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -123,10 +123,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 65 | expect(segmentSpanId).toBeDefined(); 66 | > 67 | expect(spans).toEqual([ | ^ 68 | { 69 | attributes: { 70 | [SEMANTIC_ATTRIBUTE_SENTRY_OP]: { at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts:67:19
Playwright bundle_tracing_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
4) [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -54,10 +54,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
3) [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -42,10 +42,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
[chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L41
2) [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -22,10 +22,28 @@ }, "sentry.origin": Object { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 39 | const interactionSegmentSpan = interactionSpanTree.find(span => !!span.is_segment); 40 | > 41 | expect(interactionSegmentSpan).toEqual({ | ^ 42 | attributes: { 43 | 'culture.calendar': { 44 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:41:34
[chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled: dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts#L67
1) [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -123,10 +123,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 65 | expect(segmentSpanId).toBeDefined(); 66 | > 67 | expect(spans).toEqual([ | ^ 68 | { 69 | attributes: { 70 | [SEMANTIC_ATTRIBUTE_SENTRY_OP]: { at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts:67:19
Node (24) Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,60 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariablesAsync", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "Http", + "NodeFetch", + "Express", + "Fastify", + "Graphql", + "Hono", + "Mongo", + "Mongoose", + "Mysql", + "Mysql2", + "Redis", + "Postgres", + "Prisma", + "Hapi", + "Koa", + "Connect", + "Tedious", + "GenericPool", + "Kafka", + "Amqplib", + "LruMemoizer", + "LangChain", + "LangGraph", + "VercelAI", + "OpenAI", + "Anthropic_AI", + "Google_GenAI", + "PostgresJs", + "Firebase", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:820:5 ❯ newEnvelope utils/runner.ts:550: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/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,60 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariablesAsync", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "Http", + "NodeFetch", + "Express", + "Fastify", + "Graphql", + "Hono", + "Mongo", + "Mongoose", + "Mysql", + "Mysql2", + "Redis", + "Postgres", + "Prisma", + "Hapi", + "Koa", + "Connect", + "Tedious", + "GenericPool", + "Kafka", + "Amqplib", + "LruMemoizer", + "LangChain", + "LangGraph", + "VercelAI", + "OpenAI", + "Anthropic_AI", + "Google_GenAI", + "PostgresJs", + "Firebase", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:820:5 ❯ newEnvelope utils/runner.ts:550: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/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,60 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariablesAsync", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "Http", + "NodeFetch", + "Express", + "Fastify", + "Graphql", + "Hono", + "Mongo", + "Mongoose", + "Mysql", + "Mysql2", + "Redis", + "Postgres", + "Prisma", + "Hapi", + "Koa", + "Connect", + "Tedious", + "GenericPool", + "Kafka", + "Amqplib", + "LruMemoizer", + "LangChain", + "LangGraph", + "VercelAI", + "OpenAI", + "Anthropic_AI", + "Google_GenAI", + "PostgresJs", + "Firebase", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:820:5 ❯ newEnvelope utils/runner.ts:550:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15 ❯ Socket.<anonymous> utils/runner.ts:669:15
Playwright bundle_tracing_replay_feedback Tests
Process completed with exit code 1.
[chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
4) [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -54,10 +54,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
3) [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -42,10 +42,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
[chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L41
2) [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -22,10 +22,28 @@ }, "sentry.origin": Object { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 39 | const interactionSegmentSpan = interactionSpanTree.find(span => !!span.is_segment); 40 | > 41 | expect(interactionSegmentSpan).toEqual({ | ^ 42 | attributes: { 43 | 'culture.calendar': { 44 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:41:34
[chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled: dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts#L67
1) [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -123,10 +123,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 65 | expect(segmentSpanId).toBeDefined(); 66 | > 67 | expect(spans).toEqual([ | ^ 68 | { 69 | attributes: { 70 | [SEMANTIC_ATTRIBUTE_SENTRY_OP]: { at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts:67:19
Node (18) Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,60 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariables", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "Http", + "NodeFetch", + "Express", + "Fastify", + "Graphql", + "Hono", + "Mongo", + "Mongoose", + "Mysql", + "Mysql2", + "Redis", + "Postgres", + "Prisma", + "Hapi", + "Koa", + "Connect", + "Tedious", + "GenericPool", + "Kafka", + "Amqplib", + "LruMemoizer", + "LangChain", + "LangGraph", + "VercelAI", + "OpenAI", + "Anthropic_AI", + "Google_GenAI", + "PostgresJs", + "Firebase", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:820:5 ❯ newEnvelope utils/runner.ts:550:15 ❯ tryParseEnvelopeFromStdoutLine utils/runner.ts:651:15 ❯ Socket.<anonymous> utils/runner.ts:669:15
Playwright bundle_tracing_replay Tests
Process completed with exit code 1.
[chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
4) [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -54,10 +54,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
3) [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -42,10 +42,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
[chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L41
2) [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -22,10 +22,28 @@ }, "sentry.origin": Object { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 39 | const interactionSegmentSpan = interactionSpanTree.find(span => !!span.is_segment); 40 | > 41 | expect(interactionSegmentSpan).toEqual({ | ^ 42 | attributes: { 43 | 'culture.calendar': { 44 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:41:34
[chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled: dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts#L67
1) [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -123,10 +123,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 65 | expect(segmentSpanId).toBeDefined(); 66 | > 67 | expect(spans).toEqual([ | ^ 68 | { 69 | attributes: { 70 | [SEMANTIC_ATTRIBUTE_SENTRY_OP]: { at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts:67:19
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
Process completed with exit code 1.
[chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
4) [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -54,10 +54,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
3) [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -42,10 +42,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
[chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L41
2) [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -22,10 +22,28 @@ }, "sentry.origin": Object { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 39 | const interactionSegmentSpan = interactionSpanTree.find(span => !!span.is_segment); 40 | > 41 | expect(interactionSegmentSpan).toEqual({ | ^ 42 | attributes: { 43 | 'culture.calendar': { 44 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:41:34
[chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled: dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts#L67
1) [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -123,10 +123,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 65 | expect(segmentSpanId).toBeDefined(); 66 | > 67 | expect(spans).toEqual([ | ^ 68 | { 69 | attributes: { 70 | [SEMANTIC_ATTRIBUTE_SENTRY_OP]: { at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts:67:19
Playwright bundle_tracing_replay_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
4) [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -54,10 +54,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
3) [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -42,10 +42,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
[chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L41
2) [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -22,10 +22,28 @@ }, "sentry.origin": Object { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 39 | const interactionSegmentSpan = interactionSpanTree.find(span => !!span.is_segment); 40 | > 41 | expect(interactionSegmentSpan).toEqual({ | ^ 42 | attributes: { 43 | 'culture.calendar': { 44 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:41:34
[chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled: dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts#L67
1) [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -123,10 +123,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 65 | expect(segmentSpanId).toBeDefined(); 66 | > 67 | expect(spans).toEqual([ | ^ 68 | { 69 | attributes: { 70 | [SEMANTIC_ATTRIBUTE_SENTRY_OP]: { at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts:67:19
Playwright bundle_tracing_replay_feedback_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts#L63
4) [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -54,10 +54,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 61 | expect(pageloadSpan?.start_timestamp).toBeCloseTo(timeOrigin, 1); 62 | > 63 | expect(pageloadSpan).toEqual({ | ^ 64 | attributes: { 65 | 'culture.calendar': { 66 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:63:26
[chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts#L70
3) [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -42,10 +42,28 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 68 | expect(pageloadSpan.name).toEqual('/index.html'); 69 | > 70 | expect(navigationSpan).toEqual({ | ^ 71 | attributes: { 72 | 'culture.calendar': { 73 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:70:26
[chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @firefox: dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts#L41
2) [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 18 @@ -22,10 +22,28 @@ }, "sentry.origin": Object { "type": "string", "value": "manual", }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "BrowserTracing", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 39 | const interactionSegmentSpan = interactionSpanTree.find(span => !!span.is_segment); 40 | > 41 | expect(interactionSegmentSpan).toEqual({ | ^ 42 | attributes: { 43 | 'culture.calendar': { 44 | type: 'string', at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:41:34
[chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled: dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts#L67
1) [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 17 @@ -123,10 +123,27 @@ }, "sentry.sample_rate": Object { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": Object { + "type": "array", + "value": Array [ + "InboundFilters", + "FunctionToString", + "ConversationId", + "BrowserApiErrors", + "Breadcrumbs", + "GlobalHandlers", + "LinkedErrors", + "Dedupe", + "HttpContext", + "CultureContext", + "BrowserSession", + "SpanStreaming", + ], + }, "sentry.sdk.name": Object { "type": "string", "value": "sentry.javascript.browser", }, "sentry.sdk.version": Object { 65 | expect(segmentSpanId).toBeDefined(); 66 | > 67 | expect(spans).toEqual([ | ^ 68 | { 69 | attributes: { 70 | [SEMANTIC_ATTRIBUTE_SENTRY_OP]: { at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/startSpan/streamed/test.ts:67:19
Node (24) (TS 3.8) Integration Tests
Process completed with exit code 1.
suites/public-api/startSpan/basic-usage-streamed/test.ts > sends a streamed span envelope with correct spans for a manually started span with children: dev-packages/node-integration-tests/suites/public-api/startSpan/basic-usage-streamed/test.ts#L126
AssertionError: expected { name: 'test-span', …(7) } to deeply equal { attributes: { …(7) }, …(7) } - Expected + Received @@ -10,10 +10,60 @@ }, "sentry.sample_rate": { "type": "integer", "value": 1, }, + "sentry.sdk.integrations": { + "type": "array", + "value": [ + "InboundFilters", + "FunctionToString", + "LinkedErrors", + "RequestData", + "NodeSystemError", + "ConversationId", + "Console", + "OnUncaughtException", + "OnUnhandledRejection", + "ContextLines", + "LocalVariablesAsync", + "Context", + "ChildProcess", + "ProcessSession", + "Modules", + "Http", + "NodeFetch", + "Express", + "Fastify", + "Graphql", + "Hono", + "Mongo", + "Mongoose", + "Mysql", + "Mysql2", + "Redis", + "Postgres", + "Prisma", + "Hapi", + "Koa", + "Connect", + "Tedious", + "GenericPool", + "Kafka", + "Amqplib", + "LruMemoizer", + "LangChain", + "LangGraph", + "VercelAI", + "OpenAI", + "Anthropic_AI", + "Google_GenAI", + "PostgresJs", + "Firebase", + "SpanStreaming", + ], + }, "sentry.sdk.name": { "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { ❯ span suites/public-api/startSpan/basic-usage-streamed/test.ts:126:29 ❯ expectSpanContainer utils/runner.ts:820:5 ❯ newEnvelope utils/runner.ts:550: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/
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/
eslint(no-unused-vars): packages/core/test/lib/utils/weakRef.test.ts#L1
Identifier 'beforeEach' is imported but never used.
eslint(no-unused-vars): packages/core/test/lib/utils/weakRef.test.ts#L1
Identifier 'afterEach' is imported but never used.
eslint(no-unused-vars): packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'vi' is imported but never used.
eslint(no-unused-vars): packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'beforeEach' is imported but never used.
eslint(no-unused-vars): packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'afterEach' is imported but never used.
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/
Browser Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data. Unmatched diff files: dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts, dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/subject.js, dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts, dev-packages/node-integration-tests/suites/public-api/logger/scenario.ts, dev-packages/node-integration-tests/suites/public-api/logger/test.ts, packages/core/src/attributes.ts, packages/core/src/semanticAttributes.ts, packages/core/src/tracing/spans/captureSpan.ts, packages/core/test/lib/attributes.test.ts, packages/core/test/lib/logs/internal.test.ts, packages/core/test/lib/tracing/spans/captureSpan.test.ts, packages/core/test/lib/tracing/spans/estimateSize.test.ts, packages/core/test/lib/utils/spanUtils.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-utils/src/debug-build.ts This usually indicates a path format mismatch between your coverage tool and the repository.
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 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-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-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-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 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 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 hono-4 (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 hono-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 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-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-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-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-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 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 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 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 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-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-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 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 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 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 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 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 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 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-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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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-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 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 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 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 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 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 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 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 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 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 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 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 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 effect-4-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 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-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 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 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 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 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 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 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 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 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 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 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 hono-4 (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-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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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-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 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 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 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 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 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 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 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 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-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 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 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 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 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 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 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 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 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 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 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 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 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 effect-3-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 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 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 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 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-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 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 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 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 effect-4-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 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 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 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 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 effect-3-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-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 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 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 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 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 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 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-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 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 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 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 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 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 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-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-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 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 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 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-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-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-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-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-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-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 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 (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 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-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 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 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 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 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 (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-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-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-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-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 (9.8s)
🎭 Playwright Run Summary
5 skipped 25 passed (15.9s)
🎭 Playwright Run Summary
7 skipped 23 passed (10.0s)
🎭 Playwright Run Summary
8 skipped 22 passed (10.3s)
🎭 Playwright Run Summary
4 skipped 26 passed (19.0s)
🎭 Playwright Run Summary
5 skipped 25 passed (13.5s)
🎭 Playwright Run Summary
1 skipped 29 passed (20.1s)
🎭 Playwright Run Summary
1 failed [firefox] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox 14 passed (26.2s)
🎭 Playwright Run Summary
477 skipped 191 passed (41.2s)
🎭 Playwright Run Summary
478 skipped 190 passed (39.0s)
🎭 Playwright Run Summary
473 skipped 195 passed (39.5s)
🎭 Playwright Run Summary
343 skipped 325 passed (1.5m)
🎭 Playwright Run Summary
341 skipped 327 passed (1.5m)
🎭 Playwright Run Summary
1 failed [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled 3 skipped 163 passed (2.5m)
🎭 Playwright Run Summary
1 skipped 166 passed (2.5m)
🎭 Playwright Run Summary
3 passed (2.4s)
🎭 Playwright Run Summary
1 passed (2.0s)
🎭 Playwright Run Summary
4 passed (2.2s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
8 passed (2.3s)
🎭 Playwright Run Summary
1 passed (5.3s)
🎭 Playwright Run Summary
7 passed (2.0s)
🎭 Playwright Run Summary
7 passed (3.1s)
🎭 Playwright Run Summary
3 passed (3.3s)
🎭 Playwright Run Summary
3 passed (2.5s)
🎭 Playwright Run Summary
4 passed (2.2s)
🎭 Playwright Run Summary
3 passed (3.3s)
🎭 Playwright Run Summary
12 passed (5.4s)
🎭 Playwright Run Summary
4 passed (6.9s)
🎭 Playwright Run Summary
11 passed (2.5s)
🎭 Playwright Run Summary
2 failed [chromium] › tests/spans.test.ts:128:5 › Sends streamed spans (http.server and manual with Sentry.startSpan) [chromium] › tests/spans.test.ts:179:5 › OTel span appears as child of Sentry span (interop) ───
🎭 Playwright Run Summary
10 passed (5.1s)
🎭 Playwright Run Summary
10 passed (5.5s)
🎭 Playwright Run Summary
3 passed (8.2s)
🎭 Playwright Run Summary
23 passed (16.0s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.7s)
🎭 Playwright Run Summary
3 passed (14.4s)
🎭 Playwright Run Summary
1 passed (3.5s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.0s)
🎭 Playwright Run Summary
4 passed (7.5s)
🎭 Playwright Run Summary
11 passed (5.3s)
🎭 Playwright Run Summary
13 passed (12.3s)
🎭 Playwright Run Summary
11 passed (5.7s)
🎭 Playwright Run Summary
3 passed (15.2s)
🎭 Playwright Run Summary
2 passed (4.1s)
🎭 Playwright Run Summary
7 passed (6.5s)
🎭 Playwright Run Summary
4 passed (2.8s)
🎭 Playwright Run Summary
10 passed (10.2s)
🎭 Playwright Run Summary
7 passed (8.7s)
🎭 Playwright Run Summary
22 passed (9.9s)
🎭 Playwright Run Summary
12 passed (7.0s)
🎭 Playwright Run Summary
1 passed (3.3s)
🎭 Playwright Run Summary
1 passed (3.3s)
🎭 Playwright Run Summary
4 passed (2.3s)
🎭 Playwright Run Summary
12 passed (9.9s)
🎭 Playwright Run Summary
10 passed (6.1s)
🎭 Playwright Run Summary
10 passed (6.1s)
🎭 Playwright Run Summary
7 passed (5.1s)
🎭 Playwright Run Summary
5 passed (8.0s)
🎭 Playwright Run Summary
3 passed (3.4s)
🎭 Playwright Run Summary
3 passed (6.3s)
🎭 Playwright Run Summary
1 passed (6.5s)
🎭 Playwright Run Summary
5 passed (10.0s)
🎭 Playwright Run Summary
5 passed (7.9s)
🎭 Playwright Run Summary
5 passed (7.4s)
🎭 Playwright Run Summary
4 passed (4.5s)
🎭 Playwright Run Summary
9 passed (8.5s)
🎭 Playwright Run Summary
5 passed (17.4s)
🎭 Playwright Run Summary
4 passed (5.1s)
🎭 Playwright Run Summary
12 passed (5.5s)
🎭 Playwright Run Summary
1 passed (6.1s)
🎭 Playwright Run Summary
13 passed (28.6s)
🎭 Playwright Run Summary
13 passed (24.4s)
🎭 Playwright Run Summary
5 passed (8.6s)
🎭 Playwright Run Summary
18 passed (18.2s)
🎭 Playwright Run Summary
3 passed (5.3s)
🎭 Playwright Run Summary
3 passed (2.8s)
🎭 Playwright Run Summary
3 passed (18.6s)
🎭 Playwright Run Summary
2 skipped 19 passed (22.0s)
🎭 Playwright Run Summary
5 passed (7.8s)
🎭 Playwright Run Summary
9 passed (11.0s)
🎭 Playwright Run Summary
2 passed (3.3s)
🎭 Playwright Run Summary
1 passed (5.2s)
🎭 Playwright Run Summary
3 passed (3.6s)
🎭 Playwright Run Summary
7 passed (3.2s)
🎭 Playwright Run Summary
3 passed (6.2s)
🎭 Playwright Run Summary
5 passed (8.8s)
🎭 Playwright Run Summary
8 passed (7.0s)
🎭 Playwright Run Summary
11 passed (14.5s)
🎭 Playwright Run Summary
3 passed (2.3s)
🎭 Playwright Run Summary
1 passed (4.4s)
🎭 Playwright Run Summary
11 passed (6.2s)
🎭 Playwright Run Summary
11 passed (6.5s)
🎭 Playwright Run Summary
3 skipped 21 passed (17.4s)
🎭 Playwright Run Summary
2 passed (5.8s)
🎭 Playwright Run Summary
2 skipped 19 passed (23.4s)
🎭 Playwright Run Summary
9 passed (11.4s)
🎭 Playwright Run Summary
12 passed (27.3s)
🎭 Playwright Run Summary
7 passed (12.6s)
🎭 Playwright Run Summary
5 passed (7.9s)
🎭 Playwright Run Summary
12 passed (5.6s)
🎭 Playwright Run Summary
14 passed (24.1s)
🎭 Playwright Run Summary
15 passed (10.5s)
🎭 Playwright Run Summary
3 passed (16.6s)
🎭 Playwright Run Summary
3 passed (9.2s)
🎭 Playwright Run Summary
7 passed (8.5s)
🎭 Playwright Run Summary
8 passed (3.2s)
🎭 Playwright Run Summary
8 passed (3.2s)
🎭 Playwright Run Summary
9 passed (10.8s)
🎭 Playwright Run Summary
12 passed (27.5s)
🎭 Playwright Run Summary
9 passed (10.6s)
🎭 Playwright Run Summary
12 passed (28.9s)
🎭 Playwright Run Summary
7 passed (44.2s)
🎭 Playwright Run Summary
4 passed (9.8s)
🎭 Playwright Run Summary
12 passed (27.8s)
🎭 Playwright Run Summary
18 passed (21.5s)
🎭 Playwright Run Summary
12 passed (27.1s)
🎭 Playwright Run Summary
24 passed (16.5s)
🎭 Playwright Run Summary
9 passed (12.5s)
🎭 Playwright Run Summary
3 passed (4.9s)
🎭 Playwright Run Summary
4 passed (10.2s)
🎭 Playwright Run Summary
16 passed (28.5s)
🎭 Playwright Run Summary
7 passed (34.8s)
🎭 Playwright Run Summary
10 passed (26.9s)
🎭 Playwright Run Summary
29 passed (30.7s)
🎭 Playwright Run Summary
40 passed (19.4s)
🎭 Playwright Run Summary
9 passed (8.9s)
🎭 Playwright Run Summary
13 passed (28.3s)
🎭 Playwright Run Summary
8 passed (6.3s)
🎭 Playwright Run Summary
9 passed (10.9s)
🎭 Playwright Run Summary
9 passed (12.1s)
🎭 Playwright Run Summary
4 passed (9.1s)
🎭 Playwright Run Summary
1 skipped 14 passed (12.3s)
🎭 Playwright Run Summary
4 passed (19.4s)
🎭 Playwright Run Summary
4 passed (3.7s)
🎭 Playwright Run Summary
7 passed (43.6s)
🎭 Playwright Run Summary
15 passed (19.5s)
🎭 Playwright Run Summary
10 passed (37.8s)
🎭 Playwright Run Summary
14 skipped 12 passed (21.2s)
🎭 Playwright Run Summary
4 passed (9.3s)
🎭 Playwright Run Summary
12 passed (18.9s)
🎭 Playwright Run Summary
8 passed (29.5s)
🎭 Playwright Run Summary
10 passed (37.7s)
🎭 Playwright Run Summary
3 failed [webkit] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled [webkit] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [webkit] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 199 skipped 466 passed (4.1m)
🎭 Playwright Run Summary
12 passed (27.9s)
🎭 Playwright Run Summary
8 passed (28.8s)
🎭 Playwright Run Summary
4 passed (6.7s)
🎭 Playwright Run Summary
40 passed (19.2s)
🎭 Playwright Run Summary
10 passed (26.1s)
🎭 Playwright Run Summary
11 passed (17.5s)
🎭 Playwright Run Summary
14 skipped 12 passed (21.3s)
🎭 Playwright Run Summary
3 passed (15.6s)
🎭 Playwright Run Summary
3 passed (8.9s)
🎭 Playwright Run Summary
14 skipped 12 passed (22.2s)
🎭 Playwright Run Summary
17 passed (58.9s)
🎭 Playwright Run Summary
10 passed (25.2s)
🎭 Playwright Run Summary
8 passed (10.4s)
🎭 Playwright Run Summary
4 passed (34.6s)
🎭 Playwright Run Summary
4 passed (7.4s)
🎭 Playwright Run Summary
5 skipped 162 passed (4.7m)
🎭 Playwright Run Summary
3 failed [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 3 skipped 161 passed (4.6m)
🎭 Playwright Run Summary
13 passed (46.4s)
🎭 Playwright Run Summary
13 passed (8.5s)
🎭 Playwright Run Summary
5 passed (43.7s)
🎭 Playwright Run Summary
5 passed (10.6s)
🎭 Playwright Run Summary
4 passed (18.6s)
🎭 Playwright Run Summary
2 skipped 48 passed (1.0m)
🎭 Playwright Run Summary
1 flaky [chromium] › tests/server/getServerSideProps.test.ts:4:5 › Should report an error event for errors thrown in getServerSideProps 3 skipped 26 passed (40.6s)
🎭 Playwright Run Summary
30 passed (12.4s)
🎭 Playwright Run Summary
3 skipped 27 passed (39.6s)
🎭 Playwright Run Summary
30 passed (12.3s)
🎭 Playwright Run Summary
13 passed (48.5s)
🎭 Playwright Run Summary
13 passed (9.2s)
🎭 Playwright Run Summary
4 skipped 10 passed (30.4s)
🎭 Playwright Run Summary
2 skipped 12 passed (6.5s)
🎭 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.4s)
🎭 Playwright Run Summary
3 passed (4.4s)
🎭 Playwright Run Summary
3 passed (37.6s)
🎭 Playwright Run Summary
3 passed (9.5s)
🎭 Playwright Run Summary
4 skipped 10 passed (35.0s)
🎭 Playwright Run Summary
2 skipped 12 passed (6.6s)
🎭 Playwright Run Summary
1 flaky [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ────────────── 2 passed (43.5s)
🎭 Playwright Run Summary
3 passed (6.7s)
🎭 Playwright Run Summary
4 failed [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 192 skipped 472 passed (5.4m)
🎭 Playwright Run Summary
13 passed (49.4s)
🎭 Playwright Run Summary
13 passed (9.8s)
🎭 Playwright Run Summary
4 failed [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 187 skipped 477 passed (5.5m)
🎭 Playwright Run Summary
2 skipped 29 passed (1.2m)
🎭 Playwright Run Summary
2 skipped 29 passed (36.8s)
🎭 Playwright Run Summary
4 passed (19.1s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
4 passed (18.4s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
4 failed [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 56 skipped 608 passed (6.4m)
🎭 Playwright Run Summary
43 passed (2.2m)
🎭 Playwright Run Summary
5 passed (7.9s)
🎭 Playwright Run Summary
4 failed [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 56 skipped 608 passed (6.4m)
🎭 Playwright Run Summary
4 failed [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 53 skipped 611 passed (6.3m)
🎭 Playwright Run Summary
11 passed (15.0s)
🎭 Playwright Run Summary
4 failed [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 51 skipped 613 passed (6.5m)
🎭 Playwright Run Summary
16 passed (23.3s)
🎭 Playwright Run Summary
4 failed [chromium] › suites/public-api/startSpan/streamed/test.ts:17:11 › sends a streamed span envelope if spanStreamingIntegration is enabled [chromium] › suites/tracing/browserTracingIntegration/interactions-streamed/test.ts:17:11 › captures streamed interaction span tree. @Firefox [chromium] › suites/tracing/browserTracingIntegration/navigation-streamed/test.ts:18:11 › starts a streamed navigation span on page navigation [chromium] › suites/tracing/browserTracingIntegration/pageload-streamed/test.ts:17:11 › creates a pageload streamed span envelope with url as pageload span name source 51 skipped 613 passed (6.4m)
🎭 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
5 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (2.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (37.7s)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (37.5s)
🎭 Playwright Run Summary
4 skipped 10 passed (23.9s)
🎭 Playwright Run Summary
4 skipped 10 passed (6.7s)
🎭 Playwright Run Summary
5 skipped 29 passed (2.1m)
🎭 Playwright Run Summary
6 skipped 28 passed (1.0m)
🎭 Playwright Run Summary
2 skipped 32 passed (2.6m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
4 passed (24.4s)
🎭 Playwright Run Summary
7 skipped 34 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
7 skipped 34 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
7 skipped 34 passed (3.0m)
🎭 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
34 MB
sha256:5c7035f47a0eeb4660100847ac365381fd106d1bbf71ad3d2b81797fb6709708
codecov-coverage-results-nh-span-streaming-sdk-integrations-job_browser_unit_tests
63 KB
sha256:d973ab42329bc37e44d4cae39e655e8ebda0edbe1a645f67457e51522b50dd83
codecov-coverage-results-nh-span-streaming-sdk-integrations-job_node_unit_tests-18
248 KB
sha256:270030c37100866395308779f570a09f3e36c0326310339f25b8a369c1b91299
codecov-coverage-results-nh-span-streaming-sdk-integrations-job_node_unit_tests-20
256 KB
sha256:562cf691ea8cc18f25fcfc4d4eaa60f2c8f80832b8552ee677fc913ad0e61801
codecov-coverage-results-nh-span-streaming-sdk-integrations-job_node_unit_tests-22
256 KB
sha256:99611665ecccdc1bb1391dcc4da8ffdba9df0e7f3861c5ea5e953dc040ad638a
codecov-coverage-results-nh-span-streaming-sdk-integrations-job_node_unit_tests-24
256 KB
sha256:6fb777ed5aee93abe3afe97dfa05afb34d1cea7fdf44e26feaf8c8a7c76f25bb
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_loader_tests-browser-loader-loader_base
240 Bytes
sha256:d30d362508db74556b89f32a1b113a1ddb4a858291f8ca55ca0e0a73d9c7846b
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_loader_tests-browser-loader-loader_debug
243 Bytes
sha256:f4440c4a0c6f47b5ccdc2eb4537ee46d20391f02f042740e4a6b17bf79cb977c
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_loader_tests-browser-loader-loader_eager
243 Bytes
sha256:109ba6db071f5b45c0ee20296133e5a10ee2ca842218f81be50e2b2f2b72a109
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_loader_tests-browser-loader-loader_replay
240 Bytes
sha256:8d7ff91742b36e2894269f6fd0c1d3b8cef2e1f9e03dc6d0edf4686a43d35ecc
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_loader_tests-browser-loader-loader_replay_buffer
237 Bytes
sha256:53067723227af83cdbe2154000f46afe8048576b4372fc368a7947e7dbccdfb6
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_loader_tests-browser-loader-loader_tracing
242 Bytes
sha256:b627b0feab48b38b3c64bd4de3dfcb603ce00c34ac9043096df46bf241940868
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_loader_tests-browser-loader-loader_tracing_replay
238 Bytes
sha256:fe0a554c48b1d4c159f2a6a4a6b5c4361e5e8875d6d6a605efcc288b59a03365
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_playwright_tests-browser-playwright-bundle-chromium
248 Bytes
sha256:b741494d0f186b78ad217d9fe33bbbcd5a4fdf9e2d3742dbd7a5f3f77853cba1
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
249 Bytes
sha256:2908029eafcb7222632c0d245ff976be63ff54ebd7436d53026604ddceb51613
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
246 Bytes
sha256:766a22a8ac31f630c45fdbfa4a1bb62dda0c1b34c1a5174086c85584014162df
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
247 Bytes
sha256:a01fe2920fc2ec94f1abfcca411e44b768d55fbf039a9fcf7834b1f230cee9b7
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
247 Bytes
sha256:b73a111bc91359d41e3f47bdc8ca06df1c221b7e81de65c289eedf93f62b6256
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium
1.79 KB
sha256:d9784f254af5481e8b526f0f5bf893d9d84bd483180390ed4f6a61dcb08d1ddb
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
1.78 KB
sha256:d7e0e43ba554069a06d2781b984e1afdecf8b6da45655c65e4075c919baf280e
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
1.79 KB
sha256:59e246e8f5bab8155ea4a73a6d7883b52bd7bdcb1a2d2d5ec870a7dc60aef7ce
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
1.79 KB
sha256:b904eff385cb565c3b85429593928bdc9bca66c7556f0896f09b5450e8bd1c42
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
1.79 KB
sha256:55db2bd5488dfc3ae8810916e12085354c155c3c0c570f926398d1ed73149f3a
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
1.78 KB
sha256:be83bd273840087e74f47cd495213c7dadba4c62544cce5b6c5c2a5f53e9ca05
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
1.05 KB
sha256:4e33cb2c0165df64ee2ecdd19e8da35f70613263889407b0ed32f5b575b35c0f
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
1.54 KB
sha256:50163b0040c649d3d7ae388e76583eaf470d8890de77d75eac9757f54f94e176
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
1.78 KB
sha256:7275dd7f3bf007a6d4ca50f1b901432ac22592a9f991a4f83b84bb3d7a007a33
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_playwright_tests-browser-playwright-esm-chromium-1
243 Bytes
sha256:99704be90f66f8f461760e1215537e241642676d83524d048842bee704ba4fd1
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_playwright_tests-browser-playwright-esm-chromium-2
1.04 KB
sha256:6b9c8ba82cc3266ad6e320d901cc42daf04e25e274343ee431c0ae33a6cb8893
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_playwright_tests-browser-playwright-esm-chromium-3
1.47 KB
sha256:5268b1194bb8d6bc88f04675097d864a7eeecb6c74d16f00207ffdc7f21c1928
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_playwright_tests-browser-playwright-esm-chromium-4
245 Bytes
sha256:f2338a5cfa6e403f0c64383e56c64406585266f341cc4340c91edf2aced5374f
codecov-test-results-nh-span-streaming-sdk-integrations-job_browser_unit_tests
1.1 KB
sha256:79b0ed54e83cabf6bc39baccbea20226999fd2ad126bdbe657f41ded05a7621b
codecov-test-results-nh-span-streaming-sdk-integrations-job_node_unit_tests-18
255 Bytes
sha256:87d5d62b8d944413237db56f908a423835451366e7dcb000004c99e5e06cf517
codecov-test-results-nh-span-streaming-sdk-integrations-job_node_unit_tests-20
248 Bytes
sha256:1287ef4b5a840428c73a49f39dff1ad23964477f2bd4e339b79d44441b905ace
codecov-test-results-nh-span-streaming-sdk-integrations-job_node_unit_tests-22
249 Bytes
sha256:6287efc0d9d5020133e3021fb0d92727e23c1c7d7b92170b105c578435677ad1
codecov-test-results-nh-span-streaming-sdk-integrations-job_node_unit_tests-24
251 Bytes
sha256:41f6d88297e07cfaaea91c55a89a4f61d360cb4b7a21e4519b596b10932c80e3
playwright-traces-job_browser_playwright_tests-bundle_tracing-chromium-0 Expired
2.06 MB
sha256:02845503b24e77eeb46317ff7a67c8421f67068f08064717109035926c905ee5
playwright-traces-job_browser_playwright_tests-bundle_tracing_logs_metrics-chromium-0 Expired
2.11 MB
sha256:0bf421ecd7a4c93410dd4ecf0c54f3d102e19d3594e8d9e685f2caaca512529d
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay-chromium-0 Expired
2.99 MB
sha256:7ce9ec474219f75e24ef3bf941adbd8845438d364a2547a1e6dcfea64a1b76d5
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback-chromium-0 Expired
3.08 MB
sha256:a45381919b15b28eff32c7b1f2efae0081809ba82054b70f2530fcaee884edf2
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics-chromium-0 Expired
3.13 MB
sha256:f9f3fcedb788e41bd67812d09af715ccd33dec54187aca227e9ea5a209a4f13f
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-chromium-0 Expired
1.12 MB
sha256:0dabcd0df0e263c4bbdc2c56be17a2d3f5d2ae7b6da8cd6cf307c5fe3990caf1
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-firefox-0 Expired
302 KB
sha256:16b3c378ba9cf6665be4517409516cead10471e743bca570fea6ef67a3aab973
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-webkit-0 Expired
852 KB
sha256:f659ed3345170ffe36ef66a07e669704bfb81b84cc42050d420558fc588a6c41
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_logs_metrics-chromium-0 Expired
3.04 MB
sha256:362df80a19fbce8c7c570e1258c4d9cc831e0340ea23a7389c63a198965548c2
playwright-traces-job_browser_playwright_tests-esm-chromium-2 Expired
1.19 MB
sha256:685a574c2896c58fd2bc4a9923281299d5c918442a8bfa87df33423891c0ccfa
playwright-traces-job_browser_playwright_tests-esm-chromium-3 Expired
3.57 MB
sha256:95e8d3939159fb231c2a32ff5f2b332bdecfe7ccb619cfcdc20b1aa39e924873
playwright-traces-job_e2e_playwright_tests-deno-streamed Expired
5.98 KB
sha256:e73ee9e7bbc3829faff435b337e1c0ed1179bfc5b2271b8eb71792550d0e6068