Skip to content

feat(core): Support homogeneous primitive arrays as span attributes #46086

feat(core): Support homogeneous primitive arrays as span attributes

feat(core): Support homogeneous primitive arrays as span attributes #46086

Triggered via pull request April 21, 2026 16:48
Status Failure
Total duration 20m 3s
Artifacts 44

build.yml

on: pull_request
job_get_metadata  /  Get Metadata
5s
job_get_metadata / Get Metadata
Check lockfile
3m 7s
Check lockfile
Check file formatting
45s
Check file formatting
Check PR branches
5s
Check PR branches
Prepare E2E tests
2m 59s
Prepare E2E tests
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Size Check
2m 9s
Size Check
Lint
1m 3s
Lint
Circular Dependency Check
1m 32s
Circular Dependency Check
Upload Artifacts
Upload Artifacts
Browser Unit Tests
4m 31s
Browser Unit Tests
Bun Unit Tests
45s
Bun Unit Tests
Deno Unit Tests
1m 10s
Deno Unit Tests
Cloudflare Integration Tests
1m 46s
Cloudflare Integration Tests
Bun Integration Tests
1m 8s
Bun Integration Tests
Check for faulty .d.ts files
45s
Check for faulty .d.ts files
Matrix: job_e2e_tests
Matrix: job_optional_e2e_tests
All required jobs passed or were skipped
4s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

41 errors, 189 warnings, and 227 notices
Size Check
Size limit has been exceeded.
Playwright bundle_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes: dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts#L18
2) [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 32 @@ -31,10 +31,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "log_attr": Object { @@ -60,10 +68,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -94,10 +110,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -133,10 +157,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { 16 | const envelopeItems = event[1]; 17 | > 18 | expect(envelopeItems[0]).toEqual([ | ^ 19 | { 20 | type: 'log', 21 | item_count: 5, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts:18:28
[chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls: dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts#L19
1) [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 6 @@ -328,12 +328,16 @@ "sentry.message.parameter.1": Object { "type": "string", "value": "{\"obj\":true}", }, "sentry.message.parameter.2": Object { - "type": "string", - "value": "[4,5,6]", + "type": "array", + "value": Array [ + 4, + 5, + 6, + ], }, "sentry.message.parameter.3": Object { "type": "string", "value": "suffix", }, 17 | const envelopeItems = event[1]; 18 | > 19 | expect(envelopeItems[0]).toEqual([ | ^ 20 | { 21 | type: 'log', 22 | item_count: 15, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts:19:28
Playwright bundle_replay_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes: dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts#L18
2) [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 32 @@ -31,10 +31,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "log_attr": Object { @@ -60,10 +68,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -94,10 +110,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -133,10 +157,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { 16 | const envelopeItems = event[1]; 17 | > 18 | expect(envelopeItems[0]).toEqual([ | ^ 19 | { 20 | type: 'log', 21 | item_count: 5, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts:18:28
[chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls: dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts#L19
1) [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 6 @@ -328,12 +328,16 @@ "sentry.message.parameter.1": Object { "type": "string", "value": "{\"obj\":true}", }, "sentry.message.parameter.2": Object { - "type": "string", - "value": "[4,5,6]", + "type": "array", + "value": Array [ + 4, + 5, + 6, + ], }, "sentry.message.parameter.3": Object { "type": "string", "value": "suffix", }, 17 | const envelopeItems = event[1]; 18 | > 19 | expect(envelopeItems[0]).toEqual([ | ^ 20 | { 21 | type: 'log', 22 | item_count: 15, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts:19:28
Playwright esm (2/4) Tests
Process completed with exit code 1.
[chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes: dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts#L18
2) [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 32 @@ -31,10 +31,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "log_attr": Object { @@ -60,10 +68,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -94,10 +110,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -133,10 +157,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { 16 | const envelopeItems = event[1]; 17 | > 18 | expect(envelopeItems[0]).toEqual([ | ^ 19 | { 20 | type: 'log', 21 | item_count: 5, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts:18:28
[chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls: dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts#L19
1) [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 6 @@ -328,12 +328,16 @@ "sentry.message.parameter.1": Object { "type": "string", "value": "{\"obj\":true}", }, "sentry.message.parameter.2": Object { - "type": "string", - "value": "[4,5,6]", + "type": "array", + "value": Array [ + 4, + 5, + 6, + ], }, "sentry.message.parameter.3": Object { "type": "string", "value": "suffix", }, 17 | const envelopeItems = event[1]; 18 | > 19 | expect(envelopeItems[0]).toEqual([ | ^ 20 | { 21 | type: 'log', 22 | item_count: 15, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts:19:28
Playwright bundle_tracing_replay_feedback_logs_metrics_min webkit Tests
Process completed with exit code 1.
[webkit] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes: dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts#L18
2) [webkit] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 32 @@ -31,10 +31,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "log_attr": Object { @@ -60,10 +68,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -94,10 +110,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -133,10 +157,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { 16 | const envelopeItems = event[1]; 17 | > 18 | expect(envelopeItems[0]).toEqual([ | ^ 19 | { 20 | type: 'log', 21 | item_count: 5, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts:18:28
[webkit] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls: dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts#L19
1) [webkit] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 6 @@ -328,12 +328,16 @@ "sentry.message.parameter.1": Object { "type": "string", "value": "{\"obj\":true}", }, "sentry.message.parameter.2": Object { - "type": "string", - "value": "[4,5,6]", + "type": "array", + "value": Array [ + 4, + 5, + 6, + ], }, "sentry.message.parameter.3": Object { "type": "string", "value": "suffix", }, 17 | const envelopeItems = event[1]; 18 | > 19 | expect(envelopeItems[0]).toEqual([ | ^ 20 | { 21 | type: 'log', 22 | item_count: 15, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts:19:28
[chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error: ../../_temp/test-application/tests/orpc-error.test.ts#L13
1) [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ───────────── Error: page.waitForTimeout: Test timeout of 30000ms exceeded. 11 | 12 | await page.goto('/'); > 13 | await page.waitForTimeout(500); | ^ 14 | await page.getByRole('link', { name: 'Error' }).click(); 15 | 16 | const orpcError = await orpcErrorPromise; at /home/runner/work/_temp/test-application/tests/orpc-error.test.ts:13:14
[chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error: ../../_temp/test-application/tests/orpc-error.test.ts#L0
1) [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ───────────── Test timeout of 30000ms exceeded.
Node (18) Integration Tests
Process completed with exit code 1.
suites/public-api/logger/test.ts > logs > captures logs with scope and log attributes: dev-packages/node-integration-tests/suites/public-api/logger/test.ts#L41
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(3) ] } - Expected + Received @@ -37,10 +37,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "log_attr": { @@ -59,29 +67,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_after_global_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -105,29 +121,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_with_isolation_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -156,29 +180,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 1, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_with_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -207,19 +239,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>,
[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/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
Node (24) Integration Tests
Process completed with exit code 1.
suites/public-api/logger/test.ts > logs > captures logs with scope and log attributes: dev-packages/node-integration-tests/suites/public-api/logger/test.ts#L41
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(3) ] } - Expected + Received @@ -37,10 +37,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "log_attr": { @@ -59,29 +67,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm04xxt", }, }, "body": "log_after_global_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -105,29 +121,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm04xxt", }, }, "body": "log_with_isolation_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -156,29 +180,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 1, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervm04xxt", }, }, "body": "log_with_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -207,19 +239,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>,
Playwright bundle_tracing_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes: dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts#L18
2) [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 32 @@ -31,10 +31,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "log_attr": Object { @@ -60,10 +68,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -94,10 +110,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -133,10 +157,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { 16 | const envelopeItems = event[1]; 17 | > 18 | expect(envelopeItems[0]).toEqual([ | ^ 19 | { 20 | type: 'log', 21 | item_count: 5, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts:18:28
[chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls: dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts#L19
1) [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 6 @@ -328,12 +328,16 @@ "sentry.message.parameter.1": Object { "type": "string", "value": "{\"obj\":true}", }, "sentry.message.parameter.2": Object { - "type": "string", - "value": "[4,5,6]", + "type": "array", + "value": Array [ + 4, + 5, + 6, + ], }, "sentry.message.parameter.3": Object { "type": "string", "value": "suffix", }, 17 | const envelopeItems = event[1]; 18 | > 19 | expect(envelopeItems[0]).toEqual([ | ^ 20 | { 21 | type: 'log', 22 | item_count: 15, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts:19:28
Node (20) Integration Tests
Process completed with exit code 1.
suites/public-api/logger/test.ts > logs > captures logs with scope and log attributes: dev-packages/node-integration-tests/suites/public-api/logger/test.ts#L41
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(3) ] } - Expected + Received @@ -37,10 +37,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "log_attr": { @@ -59,29 +67,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_after_global_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -105,29 +121,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 1, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_with_isolation_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -156,29 +180,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_with_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -207,19 +239,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>,
Playwright bundle_tracing_replay_feedback_logs_metrics_min Tests
Process completed with exit code 1.
[chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes: dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts#L18
2) [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 32 @@ -31,10 +31,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "log_attr": Object { @@ -60,10 +68,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -94,10 +110,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -133,10 +157,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { 16 | const envelopeItems = event[1]; 17 | > 18 | expect(envelopeItems[0]).toEqual([ | ^ 19 | { 20 | type: 'log', 21 | item_count: 5, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts:18:28
[chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls: dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts#L19
1) [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 6 @@ -328,12 +328,16 @@ "sentry.message.parameter.1": Object { "type": "string", "value": "{\"obj\":true}", }, "sentry.message.parameter.2": Object { - "type": "string", - "value": "[4,5,6]", + "type": "array", + "value": Array [ + 4, + 5, + 6, + ], }, "sentry.message.parameter.3": Object { "type": "string", "value": "suffix", }, 17 | const envelopeItems = event[1]; 18 | > 19 | expect(envelopeItems[0]).toEqual([ | ^ 20 | { 21 | type: 'log', 22 | item_count: 15, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts:19:28
Playwright bundle_tracing_replay_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes: dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts#L18
2) [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 32 @@ -31,10 +31,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "log_attr": Object { @@ -60,10 +68,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -94,10 +110,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -133,10 +157,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { 16 | const envelopeItems = event[1]; 17 | > 18 | expect(envelopeItems[0]).toEqual([ | ^ 19 | { 20 | type: 'log', 21 | item_count: 5, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts:18:28
[chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls: dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts#L19
1) [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 6 @@ -328,12 +328,16 @@ "sentry.message.parameter.1": Object { "type": "string", "value": "{\"obj\":true}", }, "sentry.message.parameter.2": Object { - "type": "string", - "value": "[4,5,6]", + "type": "array", + "value": Array [ + 4, + 5, + 6, + ], }, "sentry.message.parameter.3": Object { "type": "string", "value": "suffix", }, 17 | const envelopeItems = event[1]; 18 | > 19 | expect(envelopeItems[0]).toEqual([ | ^ 20 | { 21 | type: 'log', 22 | item_count: 15, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts:19:28
Playwright bundle_tracing_replay_feedback_logs_metrics Tests
Process completed with exit code 1.
[chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes: dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts#L18
2) [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes Error: expect(received).toEqual(expected) // deep equality - Expected - 0 + Received + 32 @@ -31,10 +31,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "log_attr": Object { @@ -60,10 +68,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -94,10 +110,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { @@ -133,10 +157,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, Object { "attributes": Object { + "array_attr": Object { + "type": "array", + "value": Array [ + 1, + 2, + 3, + ], + }, "global_scope_attr": Object { "type": "boolean", "value": true, }, "isolation_scope_1_attr": Object { 16 | const envelopeItems = event[1]; 17 | > 18 | expect(envelopeItems[0]).toEqual([ | ^ 19 | { 20 | type: 'log', 21 | item_count: 5, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/scopeAttributes/test.ts:18:28
[chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls: dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts#L19
1) [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls Error: expect(received).toEqual(expected) // deep equality - Expected - 2 + Received + 6 @@ -328,12 +328,16 @@ "sentry.message.parameter.1": Object { "type": "string", "value": "{\"obj\":true}", }, "sentry.message.parameter.2": Object { - "type": "string", - "value": "[4,5,6]", + "type": "array", + "value": Array [ + 4, + 5, + 6, + ], }, "sentry.message.parameter.3": Object { "type": "string", "value": "suffix", }, 17 | const envelopeItems = event[1]; 18 | > 19 | expect(envelopeItems[0]).toEqual([ | ^ 20 | { 21 | type: 'log', 22 | item_count: 15, at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts:19:28
Node (22) Integration Tests
Process completed with exit code 1.
suites/public-api/logger/test.ts > logs > captures logs with scope and log attributes: dev-packages/node-integration-tests/suites/public-api/logger/test.ts#L41
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(3) ] } - Expected + Received @@ -37,10 +37,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "log_attr": { @@ -59,29 +67,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_after_global_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -105,29 +121,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_with_isolation_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -156,29 +180,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_with_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -207,19 +239,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>,
Node (24) (TS 3.8) Integration Tests
Process completed with exit code 1.
suites/public-api/logger/test.ts > logs > captures logs with scope and log attributes: dev-packages/node-integration-tests/suites/public-api/logger/test.ts#L41
AssertionError: expected { items: [ { …(6) }, { …(6) }, …(3) ] } to deeply equal { items: [ { …(6) }, { …(6) }, …(3) ] } - Expected + Received @@ -37,10 +37,18 @@ "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "log_attr": { @@ -59,29 +67,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_after_global_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -105,29 +121,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 0, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_with_isolation_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -156,29 +180,37 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>, + "value": 1, }, "server.address": { "type": "string", - "value": Any<String>, + "value": "runnervmeorf1", }, }, "body": "log_with_scope", "level": "info", "severity_number": 9, "timestamp": Any<Number>, "trace_id": Any<String>, }, { "attributes": { + "array_attr": { + "type": "array", + "value": [ + 1, + 2, + 3, + ], + }, "global_scope_attr": { "type": "boolean", "value": true, }, "isolation_scope_1_attr": { @@ -207,19 +239,19 @@ "type": "string", "value": "sentry.javascript.node", }, "sentry.sdk.version": { "type": "string", - "value": Any<String>, + "value": "10.49.0", }, "sentry.timestamp.sequence": { "type": "integer", - "value": Any<Number>,
All required jobs passed or were skipped
Process completed with exit code 1.
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dkhunt27/action-nx-affected-list@v6.1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
eslint(no-unused-vars): packages/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.
Deno Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Size Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./dev-packages/size-limit-gh-action. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Browser Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data. Unmatched diff files: packages/core/src/attributes.ts, packages/core/test/lib/attributes.test.ts, packages/core/test/lib/logs/internal.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/src/client.ts This usually indicates a path format mismatch between your coverage tool and the repository.
E2E node-profiling-esm Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node 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 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 sveltekit-2.5.0-twp Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-core-express-otel-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 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-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 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-otel-custom-sampler Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-core-light-otlp Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-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-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 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-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 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 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 node-express-send-to-sentry Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-express-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 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 elysia-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-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 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-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 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 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 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 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 tanstack-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-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-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 webpack-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-core-express-otel-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 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 nestjs-fastify Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nestjs-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 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 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 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-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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 nestjs-graphql Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E create-remix-app-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E 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 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 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-remix-app-v2-non-vite Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E sveltekit-2-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 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 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 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 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 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 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 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 solid-tanstack-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-cacheComponents Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-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 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 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 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 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 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 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 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-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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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-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 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 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 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 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 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 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 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 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 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-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 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 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 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 sveltekit-2-kit-tracing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-tunnel (turbopack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E 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 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 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 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 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 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 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 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 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-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 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 nuxt-3-min Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-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-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-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-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-16-tunnel (webpack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-15-basepath Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-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 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-pages-dir (next@15) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-14 (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 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-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-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-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 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 nextjs-15 (turbo) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nuxt-4 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E 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 react-router-7-lazy-routes Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16 (latest, turbopack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E 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 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 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 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 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 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 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-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 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 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 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 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 (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-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-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
8 skipped 22 passed (10.0s)
🎭 Playwright Run Summary
5 skipped 25 passed (17.1s)
🎭 Playwright Run Summary
1 skipped 29 passed (20.9s)
🎭 Playwright Run Summary
5 skipped 25 passed (12.3s)
🎭 Playwright Run Summary
7 skipped 23 passed (11.7s)
🎭 Playwright Run Summary
4 skipped 26 passed (19.8s)
🎭 Playwright Run Summary
7 skipped 23 passed (9.6s)
🎭 Playwright Run Summary
15 passed (25.4s)
🎭 Playwright Run Summary
477 skipped 191 passed (40.8s)
🎭 Playwright Run Summary
2 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes 473 skipped 193 passed (42.4s)
🎭 Playwright Run Summary
343 skipped 325 passed (1.5m)
🎭 Playwright Run Summary
2 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes 341 skipped 325 passed (1.5m)
🎭 Playwright Run Summary
1 skipped 166 passed (2.5m)
🎭 Playwright Run Summary
2 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes 3 skipped 162 passed (2.5m)
🎭 Playwright Run Summary
478 skipped 190 passed (37.2s)
🎭 Playwright Run Summary
3 skipped 164 passed (4.4m)
🎭 Playwright Run Summary
4 passed (2.9s)
🎭 Playwright Run Summary
8 passed (2.3s)
🎭 Playwright Run Summary
3 passed (3.5s)
🎭 Playwright Run Summary
4 passed (2.2s)
🎭 Playwright Run Summary
3 skipped 17 passed (1.9s)
🎭 Playwright Run Summary
1 passed (3.4s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
3 passed (2.4s)
🎭 Playwright Run Summary
5 passed (7.9s)
🎭 Playwright Run Summary
4 passed (2.2s)
🎭 Playwright Run Summary
4 passed (4.4s)
🎭 Playwright Run Summary
3 passed (3.3s)
🎭 Playwright Run Summary
2 passed (3.3s)
🎭 Playwright Run Summary
3 passed (6.2s)
🎭 Playwright Run Summary
15 passed (10.1s)
🎭 Playwright Run Summary
1 passed (2.0s)
🎭 Playwright Run Summary
9 passed (8.6s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.7s)
🎭 Playwright Run Summary
4 passed (2.7s)
🎭 Playwright Run Summary
4 passed (8.6s)
🎭 Playwright Run Summary
3 passed (3.3s)
🎭 Playwright Run Summary
1 passed (5.2s)
🎭 Playwright Run Summary
3 passed (7.1s)
🎭 Playwright Run Summary
2 passed (4.4s)
🎭 Playwright Run Summary
7 passed (3.1s)
🎭 Playwright Run Summary
3 passed (15.1s)
🎭 Playwright Run Summary
3 passed (2.6s)
🎭 Playwright Run Summary
1 passed (4.4s)
🎭 Playwright Run Summary
4 passed (7.2s)
🎭 Playwright Run Summary
12 passed (6.5s)
🎭 Playwright Run Summary
24 passed (13.2s)
🎭 Playwright Run Summary
12 passed (6.5s)
🎭 Playwright Run Summary
7 passed (8.7s)
🎭 Playwright Run Summary
5 passed (7.8s)
🎭 Playwright Run Summary
9 passed (9.2s)
🎭 Playwright Run Summary
5 passed (17.5s)
🎭 Playwright Run Summary
3 passed (2.5s)
🎭 Playwright Run Summary
7 passed (8.5s)
🎭 Playwright Run Summary
13 passed (12.4s)
🎭 Playwright Run Summary
11 passed (15.0s)
🎭 Playwright Run Summary
7 passed (3.1s)
🎭 Playwright Run Summary
1 passed (5.1s)
🎭 Playwright Run Summary
18 passed (18.1s)
🎭 Playwright Run Summary
3 passed (3.4s)
🎭 Playwright Run Summary
3 passed (18.6s)
🎭 Playwright Run Summary
1 passed (4.9s)
🎭 Playwright Run Summary
8 passed (3.2s)
🎭 Playwright Run Summary
8 passed (3.2s)
🎭 Playwright Run Summary
2 passed (4.1s)
🎭 Playwright Run Summary
10 passed (5.1s)
🎭 Playwright Run Summary
10 passed (5.4s)
🎭 Playwright Run Summary
1 passed (3.3s)
🎭 Playwright Run Summary
1 passed (3.3s)
🎭 Playwright Run Summary
5 passed (7.2s)
🎭 Playwright Run Summary
8 passed (6.0s)
🎭 Playwright Run Summary
13 passed (28.3s)
🎭 Playwright Run Summary
5 passed (7.8s)
🎭 Playwright Run Summary
7 passed (2.1s)
🎭 Playwright Run Summary
9 passed (11.2s)
🎭 Playwright Run Summary
7 passed (5.8s)
🎭 Playwright Run Summary
10 passed (28.3s)
🎭 Playwright Run Summary
10 passed (25.3s)
🎭 Playwright Run Summary
3 passed (6.3s)
🎭 Playwright Run Summary
5 passed (8.9s)
🎭 Playwright Run Summary
23 passed (17.0s)
🎭 Playwright Run Summary
3 passed (5.6s)
🎭 Playwright Run Summary
10 passed (26.5s)
🎭 Playwright Run Summary
4 passed (7.3s)
🎭 Playwright Run Summary
1 passed (6.1s)
🎭 Playwright Run Summary
12 passed (8.5s)
🎭 Playwright Run Summary
11 passed (5.2s)
🎭 Playwright Run Summary
11 passed (5.6s)
🎭 Playwright Run Summary
5 passed (7.8s)
🎭 Playwright Run Summary
5 passed (10.8s)
🎭 Playwright Run Summary
8 passed (6.4s)
🎭 Playwright Run Summary
13 passed (24.8s)
🎭 Playwright Run Summary
5 passed (8.7s)
🎭 Playwright Run Summary
11 passed (18.3s)
🎭 Playwright Run Summary
4 passed (5.1s)
🎭 Playwright Run Summary
9 passed (10.7s)
🎭 Playwright Run Summary
16 passed (24.7s)
🎭 Playwright Run Summary
10 passed (6.1s)
🎭 Playwright Run Summary
10 passed (6.1s)
🎭 Playwright Run Summary
10 passed (10.3s)
🎭 Playwright Run Summary
11 passed (14.4s)
🎭 Playwright Run Summary
3 passed (12.3s)
🎭 Playwright Run Summary
4 passed (17.4s)
🎭 Playwright Run Summary
4 passed (3.5s)
🎭 Playwright Run Summary
4 passed (7.3s)
🎭 Playwright Run Summary
10 passed (37.5s)
🎭 Playwright Run Summary
40 passed (18.8s)
🎭 Playwright Run Summary
11 passed (6.2s)
🎭 Playwright Run Summary
11 passed (6.6s)
🎭 Playwright Run Summary
9 passed (12.4s)
🎭 Playwright Run Summary
12 passed (29.4s)
🎭 Playwright Run Summary
8 passed (29.2s)
🎭 Playwright Run Summary
12 passed (7.7s)
🎭 Playwright Run Summary
3 passed (2.8s)
🎭 Playwright Run Summary
12 passed (30.1s)
🎭 Playwright Run Summary
40 passed (20.5s)
🎭 Playwright Run Summary
16 passed (28.5s)
🎭 Playwright Run Summary
8 passed (8.9s)
🎭 Playwright Run Summary
7 passed (5.0s)
🎭 Playwright Run Summary
12 passed (5.7s)
🎭 Playwright Run Summary
3 passed (3.3s)
🎭 Playwright Run Summary
7 passed (41.2s)
🎭 Playwright Run Summary
9 passed (10.9s)
🎭 Playwright Run Summary
9 passed (9.3s)
🎭 Playwright Run Summary
15 passed (19.5s)
🎭 Playwright Run Summary
2 skipped 19 passed (22.8s)
🎭 Playwright Run Summary
7 passed (46.9s)
🎭 Playwright Run Summary
3 skipped 21 passed (19.5s)
🎭 Playwright Run Summary
5 passed (9.0s)
🎭 Playwright Run Summary
2 skipped 19 passed (23.9s)
🎭 Playwright Run Summary
29 passed (26.6s)
🎭 Playwright Run Summary
10 passed (36.8s)
🎭 Playwright Run Summary
7 passed (35.4s)
🎭 Playwright Run Summary
12 passed (27.7s)
🎭 Playwright Run Summary
13 passed (28.5s)
🎭 Playwright Run Summary
12 passed (27.3s)
🎭 Playwright Run Summary
4 passed (9.2s)
🎭 Playwright Run Summary
7 passed (11.9s)
🎭 Playwright Run Summary
3 passed (17.5s)
🎭 Playwright Run Summary
3 passed (10.7s)
🎭 Playwright Run Summary
9 passed (12.1s)
🎭 Playwright Run Summary
14 passed (23.7s)
🎭 Playwright Run Summary
3 passed (17.4s)
🎭 Playwright Run Summary
3 passed (9.4s)
🎭 Playwright Run Summary
9 passed (11.6s)
🎭 Playwright Run Summary
14 skipped 12 passed (20.6s)
🎭 Playwright Run Summary
4 passed (8.1s)
🎭 Playwright Run Summary
14 skipped 12 passed (22.7s)
🎭 Playwright Run Summary
2 failed [webkit] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls [webkit] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes 199 skipped 467 passed (4.1m)
🎭 Playwright Run Summary
4 passed (13.2s)
🎭 Playwright Run Summary
8 passed (29.6s)
🎭 Playwright Run Summary
12 passed (19.8s)
🎭 Playwright Run Summary
14 skipped 12 passed (22.0s)
🎭 Playwright Run Summary
5 skipped 162 passed (4.6m)
🎭 Playwright Run Summary
12 passed (26.9s)
🎭 Playwright Run Summary
17 passed (58.4s)
🎭 Playwright Run Summary
4 skipped 10 passed (23.8s)
🎭 Playwright Run Summary
4 skipped 10 passed (6.8s)
🎭 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.8s)
🎭 Playwright Run Summary
4 skipped 10 passed (34.4s)
🎭 Playwright Run Summary
2 skipped 12 passed (6.6s)
🎭 Playwright Run Summary
13 passed (47.7s)
🎭 Playwright Run Summary
13 passed (10.0s)
🎭 Playwright Run Summary
3 passed (30.8s)
🎭 Playwright Run Summary
3 passed (8.9s)
🎭 Playwright Run Summary
5 passed (44.2s)
🎭 Playwright Run Summary
5 passed (12.2s)
🎭 Playwright Run Summary
4 passed (36.5s)
🎭 Playwright Run Summary
4 passed (7.5s)
🎭 Playwright Run Summary
192 skipped 476 passed (5.4m)
🎭 Playwright Run Summary
13 passed (47.7s)
🎭 Playwright Run Summary
13 passed (8.8s)
🎭 Playwright Run Summary
4 skipped 10 passed (31.1s)
🎭 Playwright Run Summary
2 skipped 12 passed (7.6s)
🎭 Playwright Run Summary
13 passed (50.3s)
🎭 Playwright Run Summary
13 passed (10.4s)
🎭 Playwright Run Summary
4 passed (19.6s)
🎭 Playwright Run Summary
2 skipped 48 passed (1.0m)
🎭 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.3s)
🎭 Playwright Run Summary
3 passed (4.5s)
🎭 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 (42.1s)
🎭 Playwright Run Summary
30 passed (13.8s)
🎭 Playwright Run Summary
3 skipped 27 passed (43.0s)
🎭 Playwright Run Summary
30 passed (14.5s)
🎭 Playwright Run Summary
2 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes 187 skipped 479 passed (5.5m)
🎭 Playwright Run Summary
2 skipped 29 passed (1.2m)
🎭 Playwright Run Summary
2 skipped 29 passed (38.1s)
🎭 Playwright Run Summary
4 passed (19.0s)
🎭 Playwright Run Summary
51 passed (1.0m)
🎭 Playwright Run Summary
4 passed (18.5s)
🎭 Playwright Run Summary
51 passed (1.1m)
🎭 Playwright Run Summary
43 passed (2.2m)
🎭 Playwright Run Summary
56 skipped 612 passed (6.3m)
🎭 Playwright Run Summary
2 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes 53 skipped 613 passed (6.3m)
🎭 Playwright Run Summary
2 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes 51 skipped 615 passed (6.4m)
🎭 Playwright Run Summary
2 failed [chromium] › suites/public-api/logger/integration/test.ts:10:11 › should capture console object calls [chromium] › suites/public-api/logger/scopeAttributes/test.ts:10:11 › captures logs with scope attributes 51 skipped 615 passed (6.4m)
🎭 Playwright Run Summary
56 skipped 612 passed (6.4m)
🎭 Playwright Run Summary
5 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
11 passed (2.6s)
🎭 Playwright Run Summary
5 skipped 36 passed (1.8m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.1m)
🎭 Playwright Run Summary
5 skipped 36 passed (1.6m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
2 passed (2.2s)
🎭 Playwright Run Summary
22 passed (11.8s)
🎭 Playwright Run Summary
2 skipped 29 passed (2.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (36.9s)
🎭 Playwright Run Summary
18 passed (18.2s)
🎭 Playwright Run Summary
2 skipped 29 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 29 passed (36.6s)
🎭 Playwright Run Summary
1 skipped 14 passed (14.0s)
🎭 Playwright Run Summary
12 passed (29.0s)
🎭 Playwright Run Summary
5 skipped 29 passed (2.1m)
🎭 Playwright Run Summary
6 skipped 28 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 32 passed (2.6m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
7 skipped 34 passed (2.9m)
🎭 Playwright Run Summary
2 skipped 39 passed (1.0m)
🎭 Playwright Run Summary
4 passed (25.1s)
🎭 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 (2.5m)
🎭 Playwright Run Summary
2 skipped 39 passed (59.4s)
🎭 Playwright Run Summary
2 skipped 32 passed (3.2m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)

Artifacts

Produced during runtime
Name Size Digest
build-output
34 MB
sha256:dfd34b2d286c31d3cf1c19b39b26a747b51c642cbb6aed0929a8421275ea0850
codecov-coverage-results-nh-array-attribute-support-job_browser_unit_tests
88.8 KB
sha256:26423093946a522b2c6850b06f4d712b7056b79c09f3990173a3f21cdc78fcf8
codecov-coverage-results-nh-array-attribute-support-job_node_unit_tests-18
248 KB
sha256:ff061762a45700878eafb956425cb83f6d57717fcbedd1aa9aadab6c1f445273
codecov-coverage-results-nh-array-attribute-support-job_node_unit_tests-20
256 KB
sha256:2081f2322f69e4e2330a247b5860292b119c07f8730395afb0a6b71324dcb372
codecov-coverage-results-nh-array-attribute-support-job_node_unit_tests-22
256 KB
sha256:161e3b7aa470c84176cc6c063b4213502286482703c43077b44760717c28f75d
codecov-coverage-results-nh-array-attribute-support-job_node_unit_tests-24
256 KB
sha256:26c4dfdbda6aadd51a10b0e8b1b4c081d0653229289eb6ca0df15dfc46919d12
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_base
243 Bytes
sha256:0513bcd6a0549d03f5b7341be31e5e2a6b7a8830676b19c90b95d869443dafb2
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_debug
243 Bytes
sha256:88fd37a0d41e27614f4ae6b08428a20303c4dd35b2c06edb3fcb18789b9351b4
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_eager
243 Bytes
sha256:f87b62cddbabdb3f1e5e62b1a8893926d2fc56fcfb2cf2f7b0136dba72eb5f9d
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_replay
241 Bytes
sha256:95afc7b20c906a063d04cb90a51754033a354ddc46402b563e2d1a419c260c0c
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_replay_buffer
237 Bytes
sha256:92ff57cdd6e7d60328614653819f3f5e9962550b27cd732e9f2a2db7cfd6110b
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_tracing
243 Bytes
sha256:9cd77c19dee4b6f9d237fdd4f7066e75ad6a916499b4194dde7acf0eb6d8f438
codecov-test-results-nh-array-attribute-support-job_browser_loader_tests-browser-loader-loader_tracing_replay
238 Bytes
sha256:a4a4233a37562a1fb60f94d9c69a42f02e20bfebecdd9283d74f9c78616f21ea
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle-chromium
249 Bytes
sha256:ab1d3a01306078a603a2cf81832ad89da7f12c68ca457e324d97169321486ced
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
1.24 KB
sha256:a3955fcfc4816772d4c8da6d1e41ab830f974e7b809d1657b30aaf2d9f84013f
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
245 Bytes
sha256:5ac0a8185b5f004f8836fe015d36313778c619a809a78ef08b2955998bf3bdde
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
248 Bytes
sha256:48926e5fee74ddb8f581882fbc43258308b8df35a2b0efdc33ebf46bb478a637
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
1.24 KB
sha256:bb5666fe8fe498ae18ac73cac6e7e1b646294f677d881a037f2beee7d4f67552
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium
248 Bytes
sha256:ceaf35e9e495a0817dcec350f0697b5faa301d06bedd5a900989ee0f07f06f6d
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
1.24 KB
sha256:203c75b77f61b82462a976e7ea72de96d26aa00d36d0bc912d72474e1f569cd1
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
246 Bytes
sha256:1315fc10bfea0aedae73fdf56ea11b37d66d9c8f75b0cf458502747e427f7c23
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
247 Bytes
sha256:b865b91fe06308488cc7687f90df4220375ec5f531aa6c1d76a0f9a5df4f410d
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
1.24 KB
sha256:2266fd0fbbd7e070efe0df9246be1abf148c91f82a3e0462ca408156d59b6023
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
1.24 KB
sha256:40a43dd056f23bca9d9e32b70e6ba770b8662c297b4e742c416e49d230be0e5c
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
236 Bytes
sha256:01c9183dc81734d2990cece2ec06b9fdba6d0fb0e18d201a4de4a51f38468cb4
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
1.23 KB
sha256:b4b0b2b2f0905bb049d441814df15581d37bfea18dc19a867d8970092c8fecb1
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
1.24 KB
sha256:06ad9df8d03978c4ca42d2d257783a2508b5c8d93de623fe7a436e205581e62a
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-esm-chromium-1
243 Bytes
sha256:f7c88de5af35f4b6ed4080bd00da78de3c1970e8f9ced8ef56b272d23019be7f
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-esm-chromium-2
1.24 KB
sha256:f8da689200289eda4145a92ac02f232bece6d78d00c9468ec27200d38bf4ffe6
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-esm-chromium-3
244 Bytes
sha256:6d793ee8e1b1e93273cd96e526c6c7173e104ce78cb46c81cfc48ccace6ce12b
codecov-test-results-nh-array-attribute-support-job_browser_playwright_tests-browser-playwright-esm-chromium-4
245 Bytes
sha256:e005c3063c31ddb79515e86dd0bbb84476100291b1f8616cc4118a7a5394ca57
codecov-test-results-nh-array-attribute-support-job_browser_unit_tests
243 Bytes
sha256:daa31527a229a5cbfd3695a38377ea175a3867ce9301a33770a52d3f7c3767d7
codecov-test-results-nh-array-attribute-support-job_node_unit_tests-18
255 Bytes
sha256:3652ee24346baa9a893f4312999f17a584f1b8fc31d84ad8ce110fd0610a5ab9
codecov-test-results-nh-array-attribute-support-job_node_unit_tests-20
246 Bytes
sha256:4b908a4b172d31a8a14f11605bb6ccac0339328084701437e2f6ca14f8f1c645
codecov-test-results-nh-array-attribute-support-job_node_unit_tests-22
251 Bytes
sha256:5a4eaa758592a7a7758972c9e8e7e6c401ded333fec1a5a50d817ac63e106a6d
codecov-test-results-nh-array-attribute-support-job_node_unit_tests-24
252 Bytes
sha256:a9fa6464e207e1f04a93c18b7d46c088fbea3ae1359ebef9921cb851eba82acc
playwright-traces-job_browser_playwright_tests-bundle_logs_metrics-chromium-0
703 KB
sha256:6f555e032ed81f993889359d9f5f2facbadf010bbe0a9c164de8eca25b3171c9
playwright-traces-job_browser_playwright_tests-bundle_replay_logs_metrics-chromium-0
1.21 MB
sha256:ccd359429def66b34cd92d55d4ce691cc5255e81e24a31a39f247357c80076a7
playwright-traces-job_browser_playwright_tests-bundle_tracing_logs_metrics-chromium-0
1.05 MB
sha256:3f3654ff0b0a8e80a47783f23c0fa2593fe1323ba3224b43bd220eedd13be7e3
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics-chromium-0
1.56 MB
sha256:fa8d22d65e9c8dbff6282536e0e17dab2c0387d7f9c41eda740df2e5d75f0a2a
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-chromium-0
571 KB
sha256:7e4d0ef49ccf1e25be8c141c2afd99de0344b867197b9d36359332e9dc043208
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_feedback_logs_metrics_min-webkit-0
570 KB
sha256:0edd6d3655d5f5954f29e833d4d73461917fb53c74ac57f3f0d4b655c81d8d58
playwright-traces-job_browser_playwright_tests-bundle_tracing_replay_logs_metrics-chromium-0
1.52 MB
sha256:2f16ab90706f4d76eba3de8a3cf98516bfcc417d6e33c404e2ff574a70a86fb3
playwright-traces-job_browser_playwright_tests-esm-chromium-2
2.38 MB
sha256:f86f9917b478d5eccca4c5538f188f39ad0e318486d0d0f30bd2ae7e54613ca5