Skip to content

chore(ci): Use Playwright Docker images instead of install-playwright action #45894

chore(ci): Use Playwright Docker images instead of install-playwright action

chore(ci): Use Playwright Docker images instead of install-playwright action #45894

Triggered via pull request April 17, 2026 07:25
Status Failure
Total duration 25m 32s
Artifacts 55

build.yml

on: pull_request
Get Metadata  /  Get Metadata
6s
Get Metadata / Get Metadata
Ensure Playwright Image
11s
Ensure Playwright Image
Prepare E2E tests
2m 54s
Prepare E2E tests
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Size Check
2m 9s
Size Check
Lint
1m 27s
Lint
Circular Dependency Check
1m 31s
Circular Dependency Check
Upload Artifacts
0s
Upload Artifacts
Browser Unit Tests
4m 33s
Browser Unit Tests
Bun Unit Tests
52s
Bun Unit Tests
Deno Unit Tests
1m 1s
Deno Unit Tests
Cloudflare Integration Tests
1m 39s
Cloudflare Integration Tests
Bun Integration Tests
48s
Bun Integration Tests
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_remix_integration_tests
Check for faulty .d.ts files
44s
Check for faulty .d.ts files
Matrix: job_e2e_tests
Matrix: job_optional_e2e_tests
All required jobs passed or were skipped
5s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

138 errors, 202 warnings, and 193 notices
Remix (Node 18) Tests
Process completed with exit code 1.
Remix (Node 24) Tests
Process completed with exit code 1.
E2E nuxt-3-min Test
Process completed with exit code 1.
E2E node-firebase Test
Process completed with exit code 1.
E2E browser-webworker-vite Test
Type 'TSchema' does not satisfy the constraint '{ [key: string]: any; }'.
E2E browser-webworker-vite Test
Type 'TSchema' does not satisfy the constraint '{ [key: string]: any; }'.
E2E browser-webworker-vite Test
Type 'TSchema' does not satisfy the constraint '{ [key: string]: any; }'.
E2E browser-webworker-vite Test
Type 'TSchema' does not satisfy the constraint '{ [key: string]: any; }'.
E2E browser-webworker-vite Test
Property 'inspect' does not exist on type 'typeof import("/__w/sentry-javascript/sentry-javascript/node_modules/@types/ember__debug/index")'.
E2E browser-webworker-vite Test
Subsequent property declarations must have the same type. Property 'onloadingerror' must be of type '((this: FontFaceSet, ev: FontFaceSetLoadEvent) => any) | null', but here has type '((this: FontFaceSet, event: Event) => any) | null'.
E2E browser-webworker-vite Test
Subsequent property declarations must have the same type. Property 'onloadingdone' must be of type '((this: FontFaceSet, ev: FontFaceSetLoadEvent) => any) | null', but here has type '((this: FontFaceSet, event: Event) => any) | null'.
E2E browser-webworker-vite Test
Subsequent property declarations must have the same type. Property 'onloading' must be of type '((this: FontFaceSet, ev: FontFaceSetLoadEvent) => any) | null', but here has type '((this: FontFaceSet, event: Event) => any) | null'.
E2E browser-webworker-vite Test
Subsequent property declarations must have the same type. Property 'display' must be of type 'FontDisplay', but here has type 'string'.
E2E browser-webworker-vite Test
Subsequent property declarations must have the same type. Property 'display' must be of type 'FontDisplay | undefined', but here has type 'string | undefined'.
E2E nuxt-4 (canary) Test (optional)
Process completed with exit code 1.
E2E node-hapi Test
Process completed with exit code 1.
[chromium] › tests/transactions.test.ts:128:5 › Isolates requests: dev-packages/tmp-test-application/tests/transactions.test.ts#L142
8) [chromium] › tests/transactions.test.ts:128:5 › Isolates requests ───────────────────────────── TypeError: fetch failed 140 | }); 141 | > 142 | await Promise.all([fetch(`${baseURL}/test-param/888`), fetch(`${baseURL}/test-param/999`)]); | ^ 143 | 144 | const transaction1 = await transaction1Promise; 145 | const transaction2 = await transaction2Promise; at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/transactions.test.ts:142:3 [cause]: Error: connect ECONNREFUSED 127.0.0.1:3030
[chromium] › tests/transactions.test.ts:111:5 › Sends parameterized transactions to Sentry: dev-packages/tmp-test-application/tests/transactions.test.ts#L119
7) [chromium] › tests/transactions.test.ts:111:5 › Sends parameterized transactions to Sentry ──── TypeError: fetch failed 117 | }); 118 | > 119 | await fetch(`${baseURL}/test-param/123`); | ^ 120 | 121 | const transactionEvent = await pageloadTransactionEventPromise; 122 | at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/transactions.test.ts:119:3 [cause]: Error: connect ECONNREFUSED 127.0.0.1:3030
[chromium] › tests/transactions.test.ts:4:5 › Sends successful transaction: dev-packages/tmp-test-application/tests/transactions.test.ts#L11
6) [chromium] › tests/transactions.test.ts:4:5 › Sends successful transaction ──────────────────── TypeError: fetch failed 9 | }); 10 | > 11 | await fetch(`${baseURL}/test-success`); | ^ 12 | 13 | const transactionEvent = await pageloadTransactionEventPromise; 14 | at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/transactions.test.ts:11:3 [cause]: Error: connect ECONNREFUSED 127.0.0.1:3030
[chromium] › tests/errors.test.ts:121:5 › Only sends onPreResponse error to Sentry if JS error is thrown in route handler AND onPreResponse: dev-packages/tmp-test-application/tests/errors.test.ts#L144
5) [chromium] › tests/errors.test.ts:121:5 › Only sends onPreResponse error to Sentry if JS error is thrown in route handler AND onPreResponse TypeError: fetch failed 142 | }); 143 | > 144 | const response = await fetch(`${baseURL}/test-failure-JS-error-onPreResponse`); | ^ 145 | 146 | expect(response.status).toBe(500); 147 | at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/errors.test.ts:144:20 [cause]: Error: connect ECONNREFUSED 127.0.0.1:3030
[chromium] › tests/errors.test.ts:96:5 › Does not send error to Sentry if error response is overwritten with 2xx in "onPreResponse": dev-packages/tmp-test-application/tests/errors.test.ts#L112
4) [chromium] › tests/errors.test.ts:96:5 › Does not send error to Sentry if error response is overwritten with 2xx in "onPreResponse" TypeError: fetch failed 110 | }); 111 | > 112 | const response = await fetch(`${baseURL}/test-failure-2xx-override-onPreResponse`); | ^ 113 | 114 | const transactionEvent = await transactionEventPromise; 115 | at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/errors.test.ts:112:20 [cause]: Error: connect ECONNREFUSED 127.0.0.1:3030
[chromium] › tests/errors.test.ts:62:5 › Does not send errors to Sentry if boom throws in "onPreResponse" after JS error in route handler: dev-packages/tmp-test-application/tests/errors.test.ts#L82
3) [chromium] › tests/errors.test.ts:62:5 › Does not send errors to Sentry if boom throws in "onPreResponse" after JS error in route handler TypeError: fetch failed 80 | }); 81 | > 82 | const response4xx = await fetch(`${baseURL}/test-failure-boom-4xx`); | ^ 83 | const response5xx = await fetch(`${baseURL}/test-failure-boom-5xx`); 84 | 85 | expect(response4xx.status).toBe(400); at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/errors.test.ts:82:23 [cause]: Error: connect ECONNREFUSED 127.0.0.1:3030
[chromium] › tests/errors.test.ts:50:5 › sends error with parameterized transaction name: dev-packages/tmp-test-application/tests/errors.test.ts#L55
2) [chromium] › tests/errors.test.ts:50:5 › sends error with parameterized transaction name ────── TypeError: fetch failed 53 | }); 54 | > 55 | await fetch(`${baseURL}/test-error/123`); | ^ 56 | 57 | const errorEvent = await errorEventPromise; 58 | at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/errors.test.ts:55:3 [cause]: Error: connect ECONNREFUSED 127.0.0.1:3030
[chromium] › tests/errors.test.ts:4:5 › Sends thrown error to Sentry: dev-packages/tmp-test-application/tests/errors.test.ts#L13
1) [chromium] › tests/errors.test.ts:4:5 › Sends thrown error to Sentry ────────────────────────── TypeError: fetch failed 11 | }); 12 | > 13 | await fetch(`${baseURL}/test-failure`); | ^ 14 | 15 | const errorEvent = await errorEventPromise; 16 | const transactionEvent = await transactionEventPromise; at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/errors.test.ts:13:3 [cause]: Error: connect ECONNREFUSED 127.0.0.1:3030
E2E nuxt-5 Test (optional)
Process completed with exit code 1.
E2E nuxt-3-dynamic-import Test
Process completed with exit code 1.
E2E nuxt-3-top-level-import Test
Process completed with exit code 1.
E2E nestjs-bullmq Test
Process completed with exit code 1.
E2E nestjs-bullmq Test
Error: Command failed: docker compose down --volumes at ../global-teardown.mjs:9 7 | export default async function globalTeardown() { 8 | // Stop Redis and remove containers > 9 | execSync('docker compose down --volumes', { | ^ 10 | cwd: __dirname, 11 | stdio: 'inherit', 12 | }); at globalTeardown (/__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/global-teardown.mjs:9:3)
E2E nestjs-bullmq Test
Error: Command failed: docker compose up -d --wait at ../global-setup.mjs:9 7 | export default async function globalSetup() { 8 | // Start Redis via Docker Compose > 9 | execSync('docker compose up -d --wait', { | ^ 10 | cwd: __dirname, 11 | stdio: 'inherit', 12 | }); at globalSetup (/__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/global-setup.mjs:9:3)
E2E nuxt-3 Test
Process completed with exit code 1.
E2E astro-6 Test
Process completed with exit code 1.
E2E nuxt-4 Test
Process completed with exit code 1.
E2E astro-6-cf-workers Test
Process completed with exit code 1.
E2E nuxt-3 (canary) Test (optional)
Process completed with exit code 1.
E2E cloudflare-local-workers Test
Process completed with exit code 1.
[chromium] › tests/index.test.ts:13:5 › Worker and Durable Object both send transactions when worker calls DO: dev-packages/tmp-test-application/tests/index.test.ts#L0
1) [chromium] › tests/index.test.ts:13:5 › Worker and Durable Object both send transactions when worker calls DO Test timeout of 30000ms exceeded.
E2E cloudflare-mcp Test
Process completed with exit code 1.
[chromium] › tests/index.test.ts:4:5 › sends spans for MCP tool calls: dev-packages/tmp-test-application/tests/index.test.ts#L0
1) [chromium] › tests/index.test.ts:4:5 › sends spans for MCP tool calls ───────────────────────── Test timeout of 30000ms exceeded.
E2E sveltekit-cloudflare-pages Test
Process completed with exit code 1.
E2E astro-5 Test
Process completed with exit code 1.
[chromium] › tests/tracing.dynamic.test.ts:178:3 › nested SSR routes (client: dev-packages/tmp-test-application/tests/tracing.dynamic.test.ts#L0
2) [chromium] › tests/tracing.dynamic.test.ts:178:3 › nested SSR routes (client, server, server request) › sends parametrized pageload, server and API request transaction names Test timeout of 30000ms exceeded.
[chromium] › tests/tracing.dynamic.test.ts:137:3 › nested SSR routes (client: dev-packages/tmp-test-application/tests/tracing.dynamic.test.ts#L0
1) [chromium] › tests/tracing.dynamic.test.ts:137:3 › nested SSR routes (client, server, server request) › sends connected server and client pageload and request spans with the same trace id Test timeout of 30000ms exceeded.
E2E nextjs-16 Test
Process completed with exit code 1.
[chromium] › tests/middleware.test.ts:62:5 › Should trace outgoing fetch requests inside middleware and create breadcrumbs for it: dev-packages/tmp-test-application/tests/middleware.test.ts#L100
1) [chromium] › tests/middleware.test.ts:62:5 › Should trace outgoing fetch requests inside middleware and create breadcrumbs for it Error: expect(received).toEqual(expected) // deep equality Expected: ArrayContaining [{"data": {"http.request.method": "GET", "http.request.method_original": "GET", "http.response.status_code": 200, "network.peer.address": "::1", "network.peer.port": 3030, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", "server.address": "localhost", "server.port": 3030, "url": "http://localhost:3030/", "url.full": "http://localhost:3030/", "url.path": "/", "url.query": "", "url.scheme": "http", "user_agent.original": "node"}, "description": "GET http://localhost:3030/", "op": "http.client", "origin": "auto.http.otel.node_fetch", "parent_span_id": StringMatching /[a-f0-9]{16}/, "span_id": StringMatching /[a-f0-9]{16}/, "start_timestamp": Any<Number>, "status": "ok", "timestamp": Any<Number>, "trace_id": StringMatching /[a-f0-9]{32}/}] Received: [{"data": {"http.method": "GET", "http.target": "/api/endpoint-behind-middleware", "next.span_name": "middleware GET", "next.span_type": "Middleware.execute", "sentry.op": "http", "sentry.origin": "auto"}, "description": "GET /api/endpoint-behind-middleware", "op": "http", "origin": "auto", "parent_span_id": "09682697cbdd352f", "span_id": "a71854cf7fa36ef5", "start_timestamp": 1776411685.591, "status": "ok", "timestamp": 1776411685.6149836, "trace_id": "927a06a199ae1d805c4210afb68b52e6"}, {"data": {"http.request.method": "GET", "http.request.method_original": "GET", "http.response.status_code": 200, "network.peer.address": "127.0.0.1", "network.peer.port": 3030, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", "server.address": "localhost", "server.port": 3030, "url": "http://localhost:3030/", "url.full": "http://localhost:3030/", "url.path": "/", "url.query": "", "url.scheme": "http", "user_agent.original": "node"}, "description": "GET http://localhost:3030/", "op": "http.client", "origin": "auto.http.otel.node_fetch", "parent_span_id": "a71854cf7fa36ef5", "span_id": "edc5a734a2ba648e", "start_timestamp": 1776411685.597, "status": "ok", "timestamp": 1776411685.6133955, "trace_id": "927a06a199ae1d805c4210afb68b52e6"}] 98 | if (hasHttpClientSpan) { 99 | // Check if fetch is traced as a child span of the middleware transaction > 100 | expect(middlewareTransaction.spans).toEqual( | ^ 101 | expect.arrayContaining([ 102 | { 103 | data: { at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/middleware.test.ts:100:41
E2E supabase-nextjs Test
Process completed with exit code 1.
E2E astro-4 Test
Process completed with exit code 1.
[chromium] › tests/tracing.dynamic.test.ts:175:3 › nested SSR routes (client: dev-packages/tmp-test-application/tests/tracing.dynamic.test.ts#L0
2) [chromium] › tests/tracing.dynamic.test.ts:175:3 › nested SSR routes (client, server, server request) › sends parametrized pageload, server and API request transaction names Test timeout of 30000ms exceeded.
[chromium] › tests/tracing.dynamic.test.ts:134:3 › nested SSR routes (client: dev-packages/tmp-test-application/tests/tracing.dynamic.test.ts#L0
1) [chromium] › tests/tracing.dynamic.test.ts:134:3 › nested SSR routes (client, server, server request) › sends connected server and client pageload and request spans with the same trace id Test timeout of 30000ms exceeded.
[chromium] › tests/trpc-mutation.test.ts:4:1 › should create transaction with trpc input for mutation: dev-packages/tmp-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: dev-packages/tmp-test-application/tests/trpc-error.test.ts#L0
1) [chromium] › tests/trpc-error.test.ts:4:1 › should capture error with trpc context ──────────── Test timeout of 30000ms exceeded.
[chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error: dev-packages/tmp-test-application/tests/orpc-error.test.ts#L12
1) [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ───────────── Error: page.goto: Test timeout of 30000ms exceeded. Call log: - navigating to "http://localhost:3030/", waiting until "load" 10 | }); 11 | > 12 | await page.goto('/'); | ^ 13 | await page.waitForTimeout(500); 14 | await page.getByRole('link', { name: 'Error' }).click(); 15 | at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/orpc-error.test.ts:12:14
[chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error: dev-packages/tmp-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.
E2E nextjs-16 (latest, turbopack) Test
Process completed with exit code 1.
[chromium] › tests/middleware.test.ts:62:5 › Should trace outgoing fetch requests inside middleware and create breadcrumbs for it: dev-packages/tmp-test-application/tests/middleware.test.ts#L100
1) [chromium] › tests/middleware.test.ts:62:5 › Should trace outgoing fetch requests inside middleware and create breadcrumbs for it Error: expect(received).toEqual(expected) // deep equality Expected: ArrayContaining [{"data": {"http.request.method": "GET", "http.request.method_original": "GET", "http.response.status_code": 200, "network.peer.address": "::1", "network.peer.port": 3030, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", "server.address": "localhost", "server.port": 3030, "url": "http://localhost:3030/", "url.full": "http://localhost:3030/", "url.path": "/", "url.query": "", "url.scheme": "http", "user_agent.original": "node"}, "description": "GET http://localhost:3030/", "op": "http.client", "origin": "auto.http.otel.node_fetch", "parent_span_id": StringMatching /[a-f0-9]{16}/, "span_id": StringMatching /[a-f0-9]{16}/, "start_timestamp": Any<Number>, "status": "ok", "timestamp": Any<Number>, "trace_id": StringMatching /[a-f0-9]{32}/}] Received: [{"data": {"http.method": "GET", "http.target": "/api/endpoint-behind-middleware", "next.span_name": "middleware GET", "next.span_type": "Middleware.execute", "sentry.op": "http", "sentry.origin": "auto"}, "description": "GET /api/endpoint-behind-middleware", "op": "http", "origin": "auto", "parent_span_id": "ce9ec43d750aeaa6", "span_id": "ad0be0e219085033", "start_timestamp": 1776411702.006, "status": "ok", "timestamp": 1776411702.029596, "trace_id": "25c8bb3cbf860fdee9427ce62520bce7"}, {"data": {"http.request.method": "GET", "http.request.method_original": "GET", "http.response.status_code": 200, "network.peer.address": "127.0.0.1", "network.peer.port": 3030, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", "server.address": "localhost", "server.port": 3030, "url": "http://localhost:3030/", "url.full": "http://localhost:3030/", "url.path": "/", "url.query": "", "url.scheme": "http", "user_agent.original": "node"}, "description": "GET http://localhost:3030/", "op": "http.client", "origin": "auto.http.otel.node_fetch", "parent_span_id": "ad0be0e219085033", "span_id": "e2eeac5ce8b52bbf", "start_timestamp": 1776411702.011, "status": "ok", "timestamp": 1776411702.0269513, "trace_id": "25c8bb3cbf860fdee9427ce62520bce7"}] 98 | if (hasHttpClientSpan) { 99 | // Check if fetch is traced as a child span of the middleware transaction > 100 | expect(middlewareTransaction.spans).toEqual( | ^ 101 | expect.arrayContaining([ 102 | { 103 | data: { at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/middleware.test.ts:100:41
E2E nextjs-16 (latest, webpack) Test
Process completed with exit code 1.
[chromium] › tests/middleware.test.ts:62:5 › Should trace outgoing fetch requests inside middleware and create breadcrumbs for it: dev-packages/tmp-test-application/tests/middleware.test.ts#L100
1) [chromium] › tests/middleware.test.ts:62:5 › Should trace outgoing fetch requests inside middleware and create breadcrumbs for it Error: expect(received).toEqual(expected) // deep equality Expected: ArrayContaining [{"data": {"http.request.method": "GET", "http.request.method_original": "GET", "http.response.status_code": 200, "network.peer.address": "::1", "network.peer.port": 3030, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", "server.address": "localhost", "server.port": 3030, "url": "http://localhost:3030/", "url.full": "http://localhost:3030/", "url.path": "/", "url.query": "", "url.scheme": "http", "user_agent.original": "node"}, "description": "GET http://localhost:3030/", "op": "http.client", "origin": "auto.http.otel.node_fetch", "parent_span_id": StringMatching /[a-f0-9]{16}/, "span_id": StringMatching /[a-f0-9]{16}/, "start_timestamp": Any<Number>, "status": "ok", "timestamp": Any<Number>, "trace_id": StringMatching /[a-f0-9]{32}/}] Received: [{"data": {"http.method": "GET", "http.target": "/api/endpoint-behind-middleware", "next.span_name": "middleware GET", "next.span_type": "Middleware.execute", "sentry.op": "http", "sentry.origin": "auto"}, "description": "GET /api/endpoint-behind-middleware", "op": "http", "origin": "auto", "parent_span_id": "1bfd7bc40edf2e5c", "span_id": "94b2f0d219f61c4f", "start_timestamp": 1776411713.177, "status": "ok", "timestamp": 1776411713.1999884, "trace_id": "dae5079fe51a8062c3265df92cb62e15"}, {"data": {"sentry.op": "http.server.middleware", "sentry.origin": "auto.function.nextjs.wrap_middleware", "sentry.source": "component"}, "description": "middleware", "op": "http.server.middleware", "origin": "auto.function.nextjs.wrap_middleware", "parent_span_id": "94b2f0d219f61c4f", "span_id": "6424cace1337a547", "start_timestamp": 1776411713.177, "status": "ok", "timestamp": 1776411713.1988873, "trace_id": "dae5079fe51a8062c3265df92cb62e15"}, {"data": {"http.request.method": "GET", "http.request.method_original": "GET", "http.response.status_code": 200, "network.peer.address": "127.0.0.1", "network.peer.port": 3030, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", "server.address": "localhost", "server.port": 3030, "url": "http://localhost:3030/", "url.full": "http://localhost:3030/", "url.path": "/", "url.query": "", "url.scheme": "http", "user_agent.original": "node"}, "description": "GET http://localhost:3030/", "op": "http.client", "origin": "auto.http.otel.node_fetch", "parent_span_id": "6424cace1337a547", "span_id": "b5f0126358c8f4f4", "start_timestamp": 1776411713.183, "status": "ok", "timestamp": 1776411713.1972148, "trace_id": "dae5079fe51a8062c3265df92cb62e15"}] 98 | if (hasHttpClientSpan) { 99 | // Check if fetch is traced as a child span of the middleware transaction > 100 | expect(middlewareTransaction.spans).toEqual( | ^ 101 | expect.arrayContaining([ 102 | { 103 | data: { at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/middleware.test.ts:100:41
E2E nextjs-16 (canary, webpack) Test (optional)
Process completed with exit code 1.
[chromium] › tests/middleware.test.ts:62:5 › Should trace outgoing fetch requests inside middleware and create breadcrumbs for it: dev-packages/tmp-test-application/tests/middleware.test.ts#L100
1) [chromium] › tests/middleware.test.ts:62:5 › Should trace outgoing fetch requests inside middleware and create breadcrumbs for it Error: expect(received).toEqual(expected) // deep equality Expected: ArrayContaining [{"data": {"http.request.method": "GET", "http.request.method_original": "GET", "http.response.status_code": 200, "network.peer.address": "::1", "network.peer.port": 3030, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", "server.address": "localhost", "server.port": 3030, "url": "http://localhost:3030/", "url.full": "http://localhost:3030/", "url.path": "/", "url.query": "", "url.scheme": "http", "user_agent.original": "node"}, "description": "GET http://localhost:3030/", "op": "http.client", "origin": "auto.http.otel.node_fetch", "parent_span_id": StringMatching /[a-f0-9]{16}/, "span_id": StringMatching /[a-f0-9]{16}/, "start_timestamp": Any<Number>, "status": "ok", "timestamp": Any<Number>, "trace_id": StringMatching /[a-f0-9]{32}/}] Received: [{"data": {"http.method": "GET", "http.target": "/api/endpoint-behind-middleware", "next.span_name": "middleware GET", "next.span_type": "Middleware.execute", "sentry.op": "http", "sentry.origin": "auto"}, "description": "GET /api/endpoint-behind-middleware", "op": "http", "origin": "auto", "parent_span_id": "c7efb9f840aedac5", "span_id": "568abd32d240ef0c", "start_timestamp": 1776411715.954, "status": "ok", "timestamp": 1776411715.9937515, "trace_id": "a7f65c41d9e16a7dbd3d478670878828"}, {"data": {"sentry.op": "http.server.middleware", "sentry.origin": "auto.function.nextjs.wrap_middleware", "sentry.source": "component"}, "description": "middleware", "op": "http.server.middleware", "origin": "auto.function.nextjs.wrap_middleware", "parent_span_id": "568abd32d240ef0c", "span_id": "181bf150a9f8303d", "start_timestamp": 1776411715.955, "status": "ok", "timestamp": 1776411715.993469, "trace_id": "a7f65c41d9e16a7dbd3d478670878828"}, {"data": {"http.request.method": "GET", "http.request.method_original": "GET", "http.response.status_code": 200, "network.peer.address": "127.0.0.1", "network.peer.port": 3030, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", "server.address": "localhost", "server.port": 3030, "url": "http://localhost:3030/", "url.full": "http://localhost:3030/", "url.path": "/", "url.query": "", "url.scheme": "http", "user_agent.original": "node"}, "description": "GET http://localhost:3030/", "op": "http.client", "origin": "auto.http.otel.node_fetch", "parent_span_id": "181bf150a9f8303d", "span_id": "2dadefda62b6264c", "start_timestamp": 1776411715.96, "status": "ok", "timestamp": 1776411715.9902046, "trace_id": "a7f65c41d9e16a7dbd3d478670878828"}] 98 | if (hasHttpClientSpan) { 99 | // Check if fetch is traced as a child span of the middleware transaction > 100 | expect(middlewareTransaction.spans).toEqual( | ^ 101 | expect.arrayContaining([ 102 | { 103 | data: { at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/middleware.test.ts:100:41
E2E nextjs-16 (webpack) Test
Process completed with exit code 1.
[chromium] › tests/middleware.test.ts:62:5 › Should trace outgoing fetch requests inside middleware and create breadcrumbs for it: dev-packages/tmp-test-application/tests/middleware.test.ts#L100
1) [chromium] › tests/middleware.test.ts:62:5 › Should trace outgoing fetch requests inside middleware and create breadcrumbs for it Error: expect(received).toEqual(expected) // deep equality Expected: ArrayContaining [{"data": {"http.request.method": "GET", "http.request.method_original": "GET", "http.response.status_code": 200, "network.peer.address": "::1", "network.peer.port": 3030, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", "server.address": "localhost", "server.port": 3030, "url": "http://localhost:3030/", "url.full": "http://localhost:3030/", "url.path": "/", "url.query": "", "url.scheme": "http", "user_agent.original": "node"}, "description": "GET http://localhost:3030/", "op": "http.client", "origin": "auto.http.otel.node_fetch", "parent_span_id": StringMatching /[a-f0-9]{16}/, "span_id": StringMatching /[a-f0-9]{16}/, "start_timestamp": Any<Number>, "status": "ok", "timestamp": Any<Number>, "trace_id": StringMatching /[a-f0-9]{32}/}] Received: [{"data": {"http.method": "GET", "http.target": "/api/endpoint-behind-middleware", "next.span_name": "middleware GET", "next.span_type": "Middleware.execute", "sentry.op": "http", "sentry.origin": "auto"}, "description": "GET /api/endpoint-behind-middleware", "op": "http", "origin": "auto", "parent_span_id": "74cc75b512f6a5f1", "span_id": "efb5b04ad9430bd6", "start_timestamp": 1776411732.514, "status": "ok", "timestamp": 1776411732.536764, "trace_id": "e3cc010b1c7993da3d96f1842fc7161c"}, {"data": {"sentry.op": "http.server.middleware", "sentry.origin": "auto.function.nextjs.wrap_middleware", "sentry.source": "component"}, "description": "middleware", "op": "http.server.middleware", "origin": "auto.function.nextjs.wrap_middleware", "parent_span_id": "efb5b04ad9430bd6", "span_id": "38edc0892d293b3b", "start_timestamp": 1776411732.514, "status": "ok", "timestamp": 1776411732.5356147, "trace_id": "e3cc010b1c7993da3d96f1842fc7161c"}, {"data": {"http.request.method": "GET", "http.request.method_original": "GET", "http.response.status_code": 200, "network.peer.address": "127.0.0.1", "network.peer.port": 3030, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", "server.address": "localhost", "server.port": 3030, "url": "http://localhost:3030/", "url.full": "http://localhost:3030/", "url.path": "/", "url.query": "", "url.scheme": "http", "user_agent.original": "node"}, "description": "GET http://localhost:3030/", "op": "http.client", "origin": "auto.http.otel.node_fetch", "parent_span_id": "38edc0892d293b3b", "span_id": "bda1fb1e1f3b717a", "start_timestamp": 1776411732.52, "status": "ok", "timestamp": 1776411732.5339243, "trace_id": "e3cc010b1c7993da3d96f1842fc7161c"}] 98 | if (hasHttpClientSpan) { 99 | // Check if fetch is traced as a child span of the middleware transaction > 100 | expect(middlewareTransaction.spans).toEqual( | ^ 101 | expect.arrayContaining([ 102 | { 103 | data: { at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/middleware.test.ts:100:41
E2E nextjs-16 (canary, turbopack) Test (optional)
Process completed with exit code 1.
[chromium] › tests/middleware.test.ts:62:5 › Should trace outgoing fetch requests inside middleware and create breadcrumbs for it: dev-packages/tmp-test-application/tests/middleware.test.ts#L100
1) [chromium] › tests/middleware.test.ts:62:5 › Should trace outgoing fetch requests inside middleware and create breadcrumbs for it Error: expect(received).toEqual(expected) // deep equality Expected: ArrayContaining [{"data": {"http.request.method": "GET", "http.request.method_original": "GET", "http.response.status_code": 200, "network.peer.address": "::1", "network.peer.port": 3030, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", "server.address": "localhost", "server.port": 3030, "url": "http://localhost:3030/", "url.full": "http://localhost:3030/", "url.path": "/", "url.query": "", "url.scheme": "http", "user_agent.original": "node"}, "description": "GET http://localhost:3030/", "op": "http.client", "origin": "auto.http.otel.node_fetch", "parent_span_id": StringMatching /[a-f0-9]{16}/, "span_id": StringMatching /[a-f0-9]{16}/, "start_timestamp": Any<Number>, "status": "ok", "timestamp": Any<Number>, "trace_id": StringMatching /[a-f0-9]{32}/}] Received: [{"data": {"http.method": "GET", "http.target": "/api/endpoint-behind-middleware", "next.span_name": "middleware GET", "next.span_type": "Middleware.execute", "sentry.op": "http", "sentry.origin": "auto"}, "description": "GET /api/endpoint-behind-middleware", "op": "http", "origin": "auto", "parent_span_id": "a3f114fcdd08115a", "span_id": "3e102c26e516cb3d", "start_timestamp": 1776411738.76, "status": "ok", "timestamp": 1776411738.777503, "trace_id": "c150f8c02be11e76f8b9c624c35b3a20"}, {"data": {"http.request.method": "GET", "http.request.method_original": "GET", "http.response.status_code": 200, "network.peer.address": "127.0.0.1", "network.peer.port": 3030, "otel.kind": "CLIENT", "sentry.op": "http.client", "sentry.origin": "auto.http.otel.node_fetch", "server.address": "localhost", "server.port": 3030, "url": "http://localhost:3030/", "url.full": "http://localhost:3030/", "url.path": "/", "url.query": "", "url.scheme": "http", "user_agent.original": "node"}, "description": "GET http://localhost:3030/", "op": "http.client", "origin": "auto.http.otel.node_fetch", "parent_span_id": "3e102c26e516cb3d", "span_id": "2d6b982c089573f7", "start_timestamp": 1776411738.764, "status": "ok", "timestamp": 1776411738.7756941, "trace_id": "c150f8c02be11e76f8b9c624c35b3a20"}] 98 | if (hasHttpClientSpan) { 99 | // Check if fetch is traced as a child span of the middleware transaction > 100 | expect(middlewareTransaction.spans).toEqual( | ^ 101 | expect.arrayContaining([ 102 | { 103 | data: { at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/middleware.test.ts:100:41
E2E hydrogen-react-router-7 Test
Process completed with exit code 1.
[chromium] › tests/server-transactions.test.ts:20:1 › Sends two linked transactions (server & client) to Sentry: dev-packages/tmp-test-application/tests/server-transactions.test.ts#L0
5) [chromium] › tests/server-transactions.test.ts:20:1 › Sends two linked transactions (server & client) to Sentry Test timeout of 30000ms exceeded.
[chromium] › tests/client-transactions.test.ts:16:1 › Sends a navigation transaction to Sentry: dev-packages/tmp-test-application/tests/client-transactions.test.ts#L0
4) [chromium] › tests/client-transactions.test.ts:16:1 › Sends a navigation transaction to Sentry Test timeout of 30000ms exceeded.
[chromium] › tests/client-transactions.test.ts:4:1 › Sends a pageload transaction to Sentry: dev-packages/tmp-test-application/tests/client-transactions.test.ts#L0
3) [chromium] › tests/client-transactions.test.ts:4:1 › Sends a pageload transaction to Sentry ─── Test timeout of 30000ms exceeded.
[chromium] › tests/client-errors.test.ts:19:1 › Sends a client-side ErrorBoundary exception to Sentry: dev-packages/tmp-test-application/tests/client-errors.test.ts#L0
2) [chromium] › tests/client-errors.test.ts:19:1 › Sends a client-side ErrorBoundary exception to Sentry Test timeout of 30000ms exceeded.
[chromium] › tests/client-errors.test.ts:4:1 › Sends a client-side exception to Sentry: dev-packages/tmp-test-application/tests/client-errors.test.ts#L0
1) [chromium] › tests/client-errors.test.ts:4:1 › Sends a client-side exception to Sentry ──────── Test timeout of 30000ms exceeded.
E2E remix-hydrogen Test
Process completed with exit code 1.
[chromium] › tests/server-transactions.test.ts:19:1 › Sends two linked transactions (server & client) to Sentry: dev-packages/tmp-test-application/tests/server-transactions.test.ts#L0
5) [chromium] › tests/server-transactions.test.ts:19:1 › Sends two linked transactions (server & client) to Sentry Test timeout of 30000ms exceeded.
[chromium] › tests/client-transactions.test.ts:16:1 › Sends a navigation transaction to Sentry: dev-packages/tmp-test-application/tests/client-transactions.test.ts#L0
4) [chromium] › tests/client-transactions.test.ts:16:1 › Sends a navigation transaction to Sentry Test timeout of 30000ms exceeded.
[chromium] › tests/client-transactions.test.ts:4:1 › Sends a pageload transaction to Sentry: dev-packages/tmp-test-application/tests/client-transactions.test.ts#L0
3) [chromium] › tests/client-transactions.test.ts:4:1 › Sends a pageload transaction to Sentry ─── Test timeout of 30000ms exceeded.
[chromium] › tests/client-errors.test.ts:19:1 › Sends a client-side ErrorBoundary exception to Sentry: dev-packages/tmp-test-application/tests/client-errors.test.ts#L0
2) [chromium] › tests/client-errors.test.ts:19:1 › Sends a client-side ErrorBoundary exception to Sentry Test timeout of 30000ms exceeded.
[chromium] › tests/client-errors.test.ts:4:1 › Sends a client-side exception to Sentry: dev-packages/tmp-test-application/tests/client-errors.test.ts#L0
1) [chromium] › tests/client-errors.test.ts:4:1 › Sends a client-side exception to Sentry ──────── Test timeout of 30000ms exceeded.
E2E cloudflare-workersentrypoint Test
Process completed with exit code 1.
[chromium] › tests/index.test.ts:86:5 › Storage operations create spans in Durable Object transactions: dev-packages/tmp-test-application/tests/index.test.ts#L0
8) [chromium] › tests/index.test.ts:86:5 › Storage operations create spans in Durable Object transactions Test timeout of 30000ms exceeded.
[chromium] › tests/index.test.ts:74:5 › sends user-agent header with SDK name and version in envelope requests: dev-packages/tmp-test-application/tests/index.test.ts#L0
7) [chromium] › tests/index.test.ts:74:5 › sends user-agent header with SDK name and version in envelope requests Test timeout of 30000ms exceeded.
[chromium] › tests/index.test.ts:58:5 › Websocket.webSocketClose: dev-packages/tmp-test-application/tests/index.test.ts#L0
6) [chromium] › tests/index.test.ts:58:5 › Websocket.webSocketClose ────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › tests/index.test.ts:42:5 › Websocket.webSocketMessage: dev-packages/tmp-test-application/tests/index.test.ts#L0
5) [chromium] › tests/index.test.ts:42:5 › Websocket.webSocketMessage ──────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › tests/index.test.ts:32:5 › Request processed by DurableObject's fetch is recorded: dev-packages/tmp-test-application/tests/index.test.ts#L0
4) [chromium] › tests/index.test.ts:32:5 › Request processed by DurableObject's fetch is recorded Test timeout of 30000ms exceeded.
[chromium] › tests/index.test.ts:22:5 › RPC method which throws an exception to be logged to sentry: dev-packages/tmp-test-application/tests/index.test.ts#L0
3) [chromium] › tests/index.test.ts:22:5 › RPC method which throws an exception to be logged to sentry Test timeout of 30000ms exceeded.
[chromium] › tests/index.test.ts:12:5 › worker's withSentry: dev-packages/tmp-test-application/tests/index.test.ts#L0
2) [chromium] › tests/index.test.ts:12:5 › worker's withSentry ─────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › tests/index.test.ts:6:5 › Index page: dev-packages/tmp-test-application/tests/index.test.ts#L0
1) [chromium] › tests/index.test.ts:6:5 › Index page ───────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › tests/errors.server.test.ts:126:3 › server-side errors › captures API route error: dev-packages/tmp-test-application/tests/errors.server.test.ts#L0
7) [chromium] › tests/errors.server.test.ts:126:3 › server-side errors › captures API route error Test timeout of 30000ms exceeded.
[chromium] › tests/errors.server.test.ts:72:3 › server-side errors › captures endpoint error: dev-packages/tmp-test-application/tests/errors.server.test.ts#L83
6) [chromium] › tests/errors.server.test.ts:72:3 › server-side errors › captures endpoint error ── Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://localhost:3030/endpoint-error", waiting until "load" 81 | }); 82 | > 83 | await page.goto('/endpoint-error'); | ^ 84 | await page.getByText('Get Data').click(); 85 | 86 | const errorEvent = await errorEventPromise; at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/errors.server.test.ts:83:16
[chromium] › tests/errors.server.test.ts:72:3 › server-side errors › captures endpoint error: dev-packages/tmp-test-application/tests/errors.server.test.ts#L0
6) [chromium] › tests/errors.server.test.ts:72:3 › server-side errors › captures endpoint error ── Test timeout of 30000ms exceeded.
[chromium] › tests/errors.server.test.ts:5:3 › server-side errors › captures SSR error: dev-packages/tmp-test-application/tests/errors.server.test.ts#L0
5) [chromium] › tests/errors.server.test.ts:5:3 › server-side errors › captures SSR error ──────── Test timeout of 30000ms exceeded.
[chromium] › tests/cloudflare-runtime.test.ts:30:3 › Cloudflare Runtime › Should report cloudflare as the runtime in API route error events: dev-packages/tmp-test-application/tests/cloudflare-runtime.test.ts#L0
4) [chromium] › tests/cloudflare-runtime.test.ts:30:3 › Cloudflare Runtime › Should report cloudflare as the runtime in API route error events Test timeout of 30000ms exceeded.
[chromium] › tests/cloudflare-runtime.test.ts:5:3 › Cloudflare Runtime › Should report cloudflare as the runtime in SSR error events: dev-packages/tmp-test-application/tests/cloudflare-runtime.test.ts#L0
3) [chromium] › tests/cloudflare-runtime.test.ts:5:3 › Cloudflare Runtime › Should report cloudflare as the runtime in SSR error events Test timeout of 30000ms exceeded.
[chromium] › tests/actions.test.ts:22:3 › Astro actions › action submission creates a transaction: dev-packages/tmp-test-application/tests/actions.test.ts#L23
2) [chromium] › tests/actions.test.ts:22:3 › Astro actions › action submission creates a transaction Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://localhost:3030/action-test", waiting until "load" 21 | 22 | test('action submission creates a transaction', async ({ page }) => { > 23 | await page.goto('/action-test'); | ^ 24 | 25 | const transactionEventPromise = waitForTransaction('astro-5-cf-workers', transactionEvent => { 26 | return ( at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/actions.test.ts:23:16
[chromium] › tests/actions.test.ts:22:3 › Astro actions › action submission creates a transaction: dev-packages/tmp-test-application/tests/actions.test.ts#L0
2) [chromium] › tests/actions.test.ts:22:3 › Astro actions › action submission creates a transaction Test timeout of 30000ms exceeded.
[chromium] › tests/actions.test.ts:5:3 › Astro actions › captures transaction for action call: dev-packages/tmp-test-application/tests/actions.test.ts#L10
1) [chromium] › tests/actions.test.ts:5:3 › Astro actions › captures transaction for action call ─ Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://localhost:3030/action-test", waiting until "load" 8 | }); 9 | > 10 | await page.goto('/action-test'); | ^ 11 | 12 | const transactionEvent = await transactionEventPromise; 13 | at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/actions.test.ts:10:16
[chromium] › tests/actions.test.ts:5:3 › Astro actions › captures transaction for action call: dev-packages/tmp-test-application/tests/actions.test.ts#L0
1) [chromium] › tests/actions.test.ts:5:3 › Astro actions › captures transaction for action call ─ Test timeout of 30000ms exceeded.
E2E cloudflare-workers Test
Process completed with exit code 1.
[chromium] › tests/index.test.ts:106:7 › Alarm instrumentation › captures error from alarm handler: dev-packages/tmp-test-application/tests/index.test.ts#L0
9) [chromium] › tests/index.test.ts:106:7 › Alarm instrumentation › captures error from alarm handler Test timeout of 30000ms exceeded.
[chromium] › tests/index.test.ts:86:5 › Storage operations create spans in Durable Object transactions: dev-packages/tmp-test-application/tests/index.test.ts#L0
8) [chromium] › tests/index.test.ts:86:5 › Storage operations create spans in Durable Object transactions Test timeout of 30000ms exceeded.
[chromium] › tests/index.test.ts:74:5 › sends user-agent header with SDK name and version in envelope requests: dev-packages/tmp-test-application/tests/index.test.ts#L0
7) [chromium] › tests/index.test.ts:74:5 › sends user-agent header with SDK name and version in envelope requests Test timeout of 30000ms exceeded.
[chromium] › tests/index.test.ts:58:5 › Websocket.webSocketClose: dev-packages/tmp-test-application/tests/index.test.ts#L0
6) [chromium] › tests/index.test.ts:58:5 › Websocket.webSocketClose ────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › tests/index.test.ts:42:5 › Websocket.webSocketMessage: dev-packages/tmp-test-application/tests/index.test.ts#L0
5) [chromium] › tests/index.test.ts:42:5 › Websocket.webSocketMessage ──────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › tests/index.test.ts:32:5 › Request processed by DurableObject's fetch is recorded: dev-packages/tmp-test-application/tests/index.test.ts#L0
4) [chromium] › tests/index.test.ts:32:5 › Request processed by DurableObject's fetch is recorded Test timeout of 30000ms exceeded.
[chromium] › tests/index.test.ts:22:5 › RPC method which throws an exception to be logged to sentry: dev-packages/tmp-test-application/tests/index.test.ts#L0
3) [chromium] › tests/index.test.ts:22:5 › RPC method which throws an exception to be logged to sentry Test timeout of 30000ms exceeded.
[chromium] › tests/index.test.ts:12:5 › worker's withSentry: dev-packages/tmp-test-application/tests/index.test.ts#L0
2) [chromium] › tests/index.test.ts:12:5 › worker's withSentry ─────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › tests/index.test.ts:6:5 › Index page: dev-packages/tmp-test-application/tests/index.test.ts#L0
1) [chromium] › tests/index.test.ts:6:5 › Index page ───────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:74:5 › ISR route should be identified correctly in the route manifest: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L0
6) [chromium] › tests/isr-routes.test.ts:74:5 › ISR route should be identified correctly in the route manifest Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L56
5) [chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://localhost:3030/isr-test/laptop", waiting until "load" 54 | 55 | if (i === 0) { > 56 | await page.goto('/isr-test/laptop'); | ^ 57 | } else { 58 | await page.reload(); 59 | } at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/isr-routes.test.ts:56:18
[chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L0
5) [chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L30
4) [chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://localhost:3030/isr-test/phone", waiting until "load" 28 | test('should remove meta tags for different ISR dynamic route values', async ({ page }) => { 29 | // Test with 'phone' (one of the pre-generated static params) > 30 | await page.goto('/isr-test/phone'); | ^ 31 | await expect(page.locator('#isr-product-id')).toHaveText('phone'); 32 | 33 | await expect(page.locator('meta[name="sentry-trace"]')).toHaveCount(0); at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/isr-routes.test.ts:30:14
[chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L0
4) [chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L18
3) [chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://localhost:3030/isr-test/static", waiting until "load" 16 | test('should remove sentry-trace and baggage meta tags on ISR static route', async ({ page }) => { 17 | // Navigate to ISR static page > 18 | await page.goto('/isr-test/static'); | ^ 19 | 20 | // Wait for page to be fully loaded 21 | await expect(page.locator('#isr-static-marker')).toHaveText('static-isr'); at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/isr-routes.test.ts:18:14
[chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L0
3) [chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L6
2) [chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://localhost:3030/isr-test/laptop", waiting until "load" 4 | test('should remove sentry-trace and baggage meta tags on ISR dynamic route page load', async ({ page }) => { 5 | // Navigate to ISR page > 6 | await page.goto('/isr-test/laptop'); | ^ 7 | 8 | // Wait for page to be fully loaded 9 | await expect(page.locator('#isr-product-id')).toHaveText('laptop'); at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/isr-routes.test.ts:6:14
[chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L0
2) [chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load Test timeout of 30000ms exceeded.
[chromium] › tests/cloudflare-runtime.test.ts:5:7 › Cloudflare Runtime › Should report cloudflare as the runtime in API route error events: dev-packages/tmp-test-application/tests/cloudflare-runtime.test.ts#L0
1) [chromium] › tests/cloudflare-runtime.test.ts:5:7 › Cloudflare Runtime › Should report cloudflare as the runtime in API route error events Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:74:5 › ISR route should be identified correctly in the route manifest: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L0
6) [chromium] › tests/isr-routes.test.ts:74:5 › ISR route should be identified correctly in the route manifest Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L56
5) [chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://localhost:3030/isr-test/laptop", waiting until "load" 54 | 55 | if (i === 0) { > 56 | await page.goto('/isr-test/laptop'); | ^ 57 | } else { 58 | await page.reload(); 59 | } at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/isr-routes.test.ts:56:18
[chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L0
5) [chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L30
4) [chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://localhost:3030/isr-test/phone", waiting until "load" 28 | test('should remove meta tags for different ISR dynamic route values', async ({ page }) => { 29 | // Test with 'phone' (one of the pre-generated static params) > 30 | await page.goto('/isr-test/phone'); | ^ 31 | await expect(page.locator('#isr-product-id')).toHaveText('phone'); 32 | 33 | await expect(page.locator('meta[name="sentry-trace"]')).toHaveCount(0); at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/isr-routes.test.ts:30:14
[chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L0
4) [chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L18
3) [chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://localhost:3030/isr-test/static", waiting until "load" 16 | test('should remove sentry-trace and baggage meta tags on ISR static route', async ({ page }) => { 17 | // Navigate to ISR static page > 18 | await page.goto('/isr-test/static'); | ^ 19 | 20 | // Wait for page to be fully loaded 21 | await expect(page.locator('#isr-static-marker')).toHaveText('static-isr'); at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/isr-routes.test.ts:18:14
[chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L0
3) [chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L6
2) [chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://localhost:3030/isr-test/laptop", waiting until "load" 4 | test('should remove sentry-trace and baggage meta tags on ISR dynamic route page load', async ({ page }) => { 5 | // Navigate to ISR page > 6 | await page.goto('/isr-test/laptop'); | ^ 7 | 8 | // Wait for page to be fully loaded 9 | await expect(page.locator('#isr-product-id')).toHaveText('laptop'); at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/isr-routes.test.ts:6:14
[chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L0
2) [chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load Test timeout of 30000ms exceeded.
[chromium] › tests/cloudflare-runtime.test.ts:5:7 › Cloudflare Runtime › Should report cloudflare as the runtime in API route error events: dev-packages/tmp-test-application/tests/cloudflare-runtime.test.ts#L0
1) [chromium] › tests/cloudflare-runtime.test.ts:5:7 › Cloudflare Runtime › Should report cloudflare as the runtime in API route error events Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:74:5 › ISR route should be identified correctly in the route manifest: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L0
6) [chromium] › tests/isr-routes.test.ts:74:5 › ISR route should be identified correctly in the route manifest Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L56
5) [chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://localhost:3030/isr-test/laptop", waiting until "load" 54 | 55 | if (i === 0) { > 56 | await page.goto('/isr-test/laptop'); | ^ 57 | } else { 58 | await page.reload(); 59 | } at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/isr-routes.test.ts:56:18
[chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L0
5) [chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L30
4) [chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://localhost:3030/isr-test/phone", waiting until "load" 28 | test('should remove meta tags for different ISR dynamic route values', async ({ page }) => { 29 | // Test with 'phone' (one of the pre-generated static params) > 30 | await page.goto('/isr-test/phone'); | ^ 31 | await expect(page.locator('#isr-product-id')).toHaveText('phone'); 32 | 33 | await expect(page.locator('meta[name="sentry-trace"]')).toHaveCount(0); at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/isr-routes.test.ts:30:14
[chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L0
4) [chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L18
3) [chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://localhost:3030/isr-test/static", waiting until "load" 16 | test('should remove sentry-trace and baggage meta tags on ISR static route', async ({ page }) => { 17 | // Navigate to ISR static page > 18 | await page.goto('/isr-test/static'); | ^ 19 | 20 | // Wait for page to be fully loaded 21 | await expect(page.locator('#isr-static-marker')).toHaveText('static-isr'); at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/isr-routes.test.ts:18:14
[chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L0
3) [chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route Test timeout of 30000ms exceeded.
[chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L6
2) [chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://localhost:3030/isr-test/laptop", waiting until "load" 4 | test('should remove sentry-trace and baggage meta tags on ISR dynamic route page load', async ({ page }) => { 5 | // Navigate to ISR page > 6 | await page.goto('/isr-test/laptop'); | ^ 7 | 8 | // Wait for page to be fully loaded 9 | await expect(page.locator('#isr-product-id')).toHaveText('laptop'); at /__w/sentry-javascript/sentry-javascript/dev-packages/tmp-test-application/tests/isr-routes.test.ts:6:14
[chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load: dev-packages/tmp-test-application/tests/isr-routes.test.ts#L0
2) [chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load Test timeout of 30000ms exceeded.
[chromium] › tests/cloudflare-runtime.test.ts:5:7 › Cloudflare Runtime › Should report cloudflare as the runtime in API route error events: dev-packages/tmp-test-application/tests/cloudflare-runtime.test.ts#L0
1) [chromium] › tests/cloudflare-runtime.test.ts:5:7 › Cloudflare Runtime › Should report cloudflare as the runtime in API route error events Test timeout of 30000ms exceeded.
E2E aws-serverless Test
The action 'Run E2E test' has timed out after 10 minutes.
E2E aws-serverless (Node 18) Test
The action 'Run E2E test' has timed out after 10 minutes.
E2E aws-serverless (Node 20) Test
The action 'Run E2E test' has timed out after 10 minutes.
All required jobs passed or were skipped
Process completed with exit code 1.
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dkhunt27/action-nx-affected-list@v6.1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Deno Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: denoland/setup-deno@v2.0.3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
eslint(no-unused-vars): packages/core/test/lib/utils/weakRef.test.ts#L1
Identifier 'beforeEach' is imported but never used.
eslint(no-unused-vars): packages/core/test/lib/utils/weakRef.test.ts#L1
Identifier 'afterEach' is imported but never used.
eslint(no-unused-vars): packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'vi' is imported but never used.
eslint(no-unused-vars): packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'beforeEach' is imported but never used.
eslint(no-unused-vars): packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'afterEach' is imported but never used.
eslint(no-unused-vars): packages/core/src/integrations/requestdata.ts#L2
Identifier 'hasSpanStreamingEnabled' is imported but never used.
Size Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./dev-packages/size-limit-gh-action. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Node (24) Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data. Unmatched diff files: .github/actions/ensure-playwright-image/action.yml, .github/actions/install-dependencies/action.yml, .github/actions/restore-cache/action.yml, .github/docker/playwright.Dockerfile, .github/workflows/build.yml, .github/workflows/canary.yml, .github/workflows/flaky-test-detector.yml, scripts/dependency-hash-key.js, yarn.lock Sample coverage paths: ./mute.js, /Users/isaacs/dev/js/events-to-array/etoa.js, /home/runner/work/sentry-javascript/sentry-javascript/packages/astro/scripts/syncIntegration.ts This usually indicates a path format mismatch between your coverage tool and the repository.
Node (18) Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data. Unmatched diff files: .github/actions/ensure-playwright-image/action.yml, .github/actions/install-dependencies/action.yml, .github/actions/restore-cache/action.yml, .github/docker/playwright.Dockerfile, .github/workflows/build.yml, .github/workflows/canary.yml, .github/workflows/flaky-test-detector.yml, scripts/dependency-hash-key.js, yarn.lock Sample coverage paths: ./mute.js, /Users/isaacs/dev/js/events-to-array/etoa.js, /home/runner/work/sentry-javascript/sentry-javascript/packages/astro/scripts/syncIntegration.ts This usually indicates a path format mismatch between your coverage tool and the repository.
Node (20) Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data. Unmatched diff files: .github/actions/ensure-playwright-image/action.yml, .github/actions/install-dependencies/action.yml, .github/actions/restore-cache/action.yml, .github/docker/playwright.Dockerfile, .github/workflows/build.yml, .github/workflows/canary.yml, .github/workflows/flaky-test-detector.yml, scripts/dependency-hash-key.js, yarn.lock Sample coverage paths: ./mute.js, /Users/isaacs/dev/js/events-to-array/etoa.js, /home/runner/work/sentry-javascript/sentry-javascript/packages/astro/scripts/syncIntegration.ts This usually indicates a path format mismatch between your coverage tool and the repository.
Node (22) Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data. Unmatched diff files: .github/actions/ensure-playwright-image/action.yml, .github/actions/install-dependencies/action.yml, .github/actions/restore-cache/action.yml, .github/docker/playwright.Dockerfile, .github/workflows/build.yml, .github/workflows/canary.yml, .github/workflows/flaky-test-detector.yml, scripts/dependency-hash-key.js, yarn.lock Sample coverage paths: ./mute.js, /Users/isaacs/dev/js/events-to-array/etoa.js, /home/runner/work/sentry-javascript/sentry-javascript/packages/astro/scripts/syncIntegration.ts This usually indicates a path format mismatch between your coverage tool and the repository.
Browser Unit Tests
❌ Project coverage check failed: 57.06% (-0.01%) relative to base
Browser Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data. Unmatched diff files: .github/actions/ensure-playwright-image/action.yml, .github/actions/install-dependencies/action.yml, .github/actions/restore-cache/action.yml, .github/docker/playwright.Dockerfile, .github/workflows/build.yml, .github/workflows/canary.yml, .github/workflows/flaky-test-detector.yml, scripts/dependency-hash-key.js, yarn.lock 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 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 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 nuxt-3-min Test
No files were found with the provided path: dev-packages/tmp-test-application/test-results. No artifacts will be uploaded.
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 node-profiling-cjs Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-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-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 node-firebase Test
No files were found with the provided path: dev-packages/tmp-test-application/test-results. No artifacts will be uploaded.
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 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 browser-webworker-vite Test
No files were found with the provided path: dev-packages/tmp-test-application/test-results. No artifacts will be uploaded.
E2E node-core-express-otel-v2 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-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 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 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-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 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 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 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 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 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 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 nestjs-with-submodules-decorator Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-core-express-otel-v2-custom-sampler Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node 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 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 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 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 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-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 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 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 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 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 nuxt-3-dynamic-import Test
No files were found with the provided path: dev-packages/tmp-test-application/test-results. No artifacts will be uploaded.
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 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 nuxt-3-top-level-import Test
No files were found with the provided path: dev-packages/tmp-test-application/test-results. No artifacts will be uploaded.
E2E node-express-cjs-preload Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nestjs-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 debug-id-sourcemaps Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-express-mcp-v2 Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E elysia-bun Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-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 node-core-express-otel-v1 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-core-express-otel-v1-custom-sampler Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-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 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-bullmq Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nestjs-bullmq Test
No files were found with the provided path: dev-packages/tmp-test-application/test-results. No artifacts will be uploaded.
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 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 nuxt-3 Test
No files were found with the provided path: dev-packages/tmp-test-application/test-results. No artifacts will be uploaded.
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 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 astro-6 Test
No files were found with the provided path: dev-packages/tmp-test-application/test-results. No artifacts will be uploaded.
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 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 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 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 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 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 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 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 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 nestjs-11 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-core-express-otel-v1-sdk-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-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 tsx-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nestjs-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 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 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-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-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 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-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nuxt-4 Test
No files were found with the provided path: dev-packages/tmp-test-application/test-results. No artifacts will be uploaded.
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 astro-6-cf-workers Test
No files were found with the provided path: dev-packages/tmp-test-application/test-results. No artifacts will be uploaded.
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 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 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 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 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 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 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 remix-server-timing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-19 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E 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 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 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 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 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 vue-tanstack-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E angular-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-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 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-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 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 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 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 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 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 react-create-memory-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-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 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 effect-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E 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-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 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 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 effect-browser Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E 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 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 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 vue-3 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-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 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 angular-19 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E vue-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 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 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 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 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 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 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 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-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 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 nuxt-3 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-router-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 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 react-send-to-sentry Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E cloudflare-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 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 cloudflare-mcp Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E node-express Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E cloudflare-hono Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E react-router-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 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 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 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 sveltekit-cloudflare-pages Test
No files were found with the provided path: dev-packages/tmp-test-application/test-results. No artifacts will be uploaded.
E2E nextjs-pages-dir (next@13) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16-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 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 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 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 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-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-16 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-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 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 supabase-nextjs Test
No files were found with the provided path: dev-packages/tmp-test-application/test-results. No artifacts will be uploaded.
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 nextjs-15-t3 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-orpc Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-13 (latest) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16 (latest, turbopack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-14 (latest) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-15-basepath Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E 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 (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16 (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-pages-dir (next@15) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-15 (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 nextjs-16 (webpack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-16 (canary, 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 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 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 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 nextjs-15 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E nextjs-15 (latest) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E 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 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 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 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 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 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/
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 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 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 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 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 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/
🎭 Playwright Run Summary
7 skipped 23 passed (10.0s)
🎭 Playwright Run Summary
8 skipped 22 passed (9.1s)
🎭 Playwright Run Summary
5 skipped 25 passed (11.2s)
🎭 Playwright Run Summary
1 skipped 29 passed (19.1s)
🎭 Playwright Run Summary
7 skipped 23 passed (9.9s)
🎭 Playwright Run Summary
5 skipped 25 passed (16.9s)
🎭 Playwright Run Summary
4 skipped 26 passed (20.4s)
🎭 Playwright Run Summary
1 skipped 14 passed (24.1s)
🎭 Playwright Run Summary
470 skipped 195 passed (38.2s)
🎭 Playwright Run Summary
475 skipped 190 passed (36.5s)
🎭 Playwright Run Summary
340 skipped 325 passed (1.5m)
🎭 Playwright Run Summary
338 skipped 327 passed (1.5m)
🎭 Playwright Run Summary
1 skipped 166 passed (2.4m)
🎭 Playwright Run Summary
3 skipped 163 passed (2.6m)
🎭 Playwright Run Summary
244 skipped 421 passed (3.3m)
🎭 Playwright Run Summary
3 skipped 17 passed (3.5s)
🎭 Playwright Run Summary
3 passed (3.8s)
🎭 Playwright Run Summary
4 passed (2.7s)
🎭 Playwright Run Summary
11 passed (3.1s)
🎭 Playwright Run Summary
4 passed (5.5s)
🎭 Playwright Run Summary
4 passed (4.0s)
🎭 Playwright Run Summary
2 passed (5.2s)
🎭 Playwright Run Summary
2 passed (5.4s)
🎭 Playwright Run Summary
1 passed (2.8s)
🎭 Playwright Run Summary
2 passed (2.9s)
🎭 Playwright Run Summary
3 passed (4.7s)
🎭 Playwright Run Summary
4 passed (7.3s)
🎭 Playwright Run Summary
12 passed (9.3s)
🎭 Playwright Run Summary
3 passed (3.2s)
🎭 Playwright Run Summary
5 passed (9.1s)
🎭 Playwright Run Summary
7 passed (6.8s)
🎭 Playwright Run Summary
1 passed (5.0s)
🎭 Playwright Run Summary
3 passed (8.0s)
🎭 Playwright Run Summary
3 passed (7.5s)
🎭 Playwright Run Summary
8 failed [chromium] › tests/errors.test.ts:4:5 › Sends thrown error to Sentry ─────────────────────────── [chromium] › tests/errors.test.ts:50:5 › sends error with parameterized transaction name ─────── [chromium] › tests/errors.test.ts:62:5 › Does not send errors to Sentry if boom throws in "onPreResponse" after JS error in route handler [chromium] › tests/errors.test.ts:96:5 › Does not send error to Sentry if error response is overwritten with 2xx in "onPreResponse" [chromium] › tests/errors.test.ts:121:5 › Only sends onPreResponse error to Sentry if JS error is thrown in route handler AND onPreResponse [chromium] › tests/transactions.test.ts:4:5 › Sends successful transaction ───────────────────── [chromium] › tests/transactions.test.ts:111:5 › Sends parameterized transactions to Sentry ───── [chromium] › tests/transactions.test.ts:128:5 › Isolates requests ──────────────────────────────
🎭 Playwright Run Summary
1 passed (5.4s)
🎭 Playwright Run Summary
1 passed (7.6s)
🎭 Playwright Run Summary
1 passed (5.3s)
🎭 Playwright Run Summary
3 passed (4.3s)
🎭 Playwright Run Summary
12 passed (7.2s)
🎭 Playwright Run Summary
1 passed (4.3s)
🎭 Playwright Run Summary
3 skipped 17 passed (2.9s)
🎭 Playwright Run Summary
4 passed (3.4s)
🎭 Playwright Run Summary
3 passed (3.4s)
🎭 Playwright Run Summary
11 passed (5.8s)
🎭 Playwright Run Summary
11 passed (6.1s)
🎭 Playwright Run Summary
2 passed (4.7s)
🎭 Playwright Run Summary
3 passed (3.7s)
🎭 Playwright Run Summary
11 passed (7.4s)
🎭 Playwright Run Summary
11 passed (8.4s)
🎭 Playwright Run Summary
3 passed (14.3s)
🎭 Playwright Run Summary
5 passed (8.6s)
🎭 Playwright Run Summary
3 passed (4.5s)
🎭 Playwright Run Summary
13 passed (13.0s)
🎭 Playwright Run Summary
5 passed (8.5s)
🎭 Playwright Run Summary
4 passed (4.0s)
🎭 Playwright Run Summary
4 passed (5.2s)
🎭 Playwright Run Summary
8 passed (6.5s)
🎭 Playwright Run Summary
23 passed (17.8s)
🎭 Playwright Run Summary
4 passed (8.1s)
🎭 Playwright Run Summary
5 passed (9.1s)
🎭 Playwright Run Summary
10 passed (11.2s)
🎭 Playwright Run Summary
22 passed (10.0s)
🎭 Playwright Run Summary
3 passed (9.4s)
🎭 Playwright Run Summary
18 passed (18.4s)
🎭 Playwright Run Summary
4 passed (8.5s)
🎭 Playwright Run Summary
5 passed (19.1s)
🎭 Playwright Run Summary
9 passed (10.5s)
🎭 Playwright Run Summary
16 passed (24.0s)
🎭 Playwright Run Summary
8 passed (7.1s)
🎭 Playwright Run Summary
2 skipped 19 passed (22.6s)
🎭 Playwright Run Summary
3 passed (14.5s)
🎭 Playwright Run Summary
5 passed (8.5s)
🎭 Playwright Run Summary
3 passed (4.8s)
🎭 Playwright Run Summary
3 passed (3.5s)
🎭 Playwright Run Summary
12 passed (8.5s)
🎭 Playwright Run Summary
9 passed (11.2s)
🎭 Playwright Run Summary
13 passed (25.3s)
🎭 Playwright Run Summary
12 passed (7.8s)
🎭 Playwright Run Summary
29 passed (32.5s)
🎭 Playwright Run Summary
3 passed (19.8s)
🎭 Playwright Run Summary
12 passed (27.9s)
🎭 Playwright Run Summary
4 passed (8.0s)
🎭 Playwright Run Summary
2 skipped 19 passed (22.7s)
🎭 Playwright Run Summary
18 passed (19.3s)
🎭 Playwright Run Summary
12 passed (27.9s)
🎭 Playwright Run Summary
24 passed (17.5s)
🎭 Playwright Run Summary
10 passed (6.3s)
🎭 Playwright Run Summary
10 passed (6.8s)
🎭 Playwright Run Summary
12 passed (28.4s)
🎭 Playwright Run Summary
3 passed (6.0s)
🎭 Playwright Run Summary
16 passed (31.2s)
🎭 Playwright Run Summary
5 passed (9.8s)
🎭 Playwright Run Summary
13 passed (29.2s)
🎭 Playwright Run Summary
5 passed (8.3s)
🎭 Playwright Run Summary
4 passed (10.9s)
🎭 Playwright Run Summary
14 passed (25.4s)
🎭 Playwright Run Summary
3 skipped 21 passed (19.3s)
🎭 Playwright Run Summary
10 passed (37.2s)
🎭 Playwright Run Summary
9 passed (11.6s)
🎭 Playwright Run Summary
4 passed (8.6s)
🎭 Playwright Run Summary
12 passed (6.6s)
🎭 Playwright Run Summary
10 passed (27.7s)
🎭 Playwright Run Summary
4 passed (17.9s)
🎭 Playwright Run Summary
4 passed (4.3s)
🎭 Playwright Run Summary
9 passed (11.7s)
🎭 Playwright Run Summary
12 passed (28.3s)
🎭 Playwright Run Summary
10 passed (27.4s)
🎭 Playwright Run Summary
253 skipped 412 passed (4.4m)
🎭 Playwright Run Summary
3 skipped 163 passed (4.5m)
🎭 Playwright Run Summary
9 passed (11.6s)
🎭 Playwright Run Summary
7 passed (8.1s)
🎭 Playwright Run Summary
3 passed (17.9s)
🎭 Playwright Run Summary
3 passed (10.4s)
🎭 Playwright Run Summary
1 skipped 14 passed (13.0s)
🎭 Playwright Run Summary
8 passed (29.3s)
🎭 Playwright Run Summary
3 passed (18.2s)
🎭 Playwright Run Summary
9 passed (12.1s)
🎭 Playwright Run Summary
3 passed (10.2s)
🎭 Playwright Run Summary
12 passed (28.6s)
🎭 Playwright Run Summary
4 passed (11.1s)
🎭 Playwright Run Summary
7 passed (8.2s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/index.test.ts:13:5 › Worker and Durable Object both send transactions when worker calls DO
🎭 Playwright Run Summary
248 skipped 417 passed (4.5m)
🎭 Playwright Run Summary
5 skipped 161 passed (4.6m)
🎭 Playwright Run Summary
15 passed (21.1s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/index.test.ts:4:5 › sends spans for MCP tool calls ──────────────────────────
🎭 Playwright Run Summary
15 passed (9.5s)
🎭 Playwright Run Summary
8 passed (30.6s)
🎭 Playwright Run Summary
10 passed (25.6s)
🎭 Playwright Run Summary
4 skipped 10 passed (26.6s)
🎭 Playwright Run Summary
4 skipped 10 passed (6.7s)
🎭 Playwright Run Summary
117 skipped 548 passed (5.3m)
🎭 Playwright Run Summary
5 passed (9.0s)
🎭 Playwright Run Summary
2 failed [chromium] › tests/tracing.dynamic.test.ts:137:3 › nested SSR routes (client, server, server request) › sends connected server and client pageload and request spans with the same trace id [chromium] › tests/tracing.dynamic.test.ts:178:3 › nested SSR routes (client, server, server request) › sends parametrized pageload, server and API request transaction names 9 passed (1.2m)
🎭 Playwright Run Summary
4 passed (35.3s)
🎭 Playwright Run Summary
4 passed (7.9s)
🎭 Playwright Run Summary
12 passed (28.3s)
🎭 Playwright Run Summary
13 passed (46.9s)
🎭 Playwright Run Summary
13 passed (8.9s)
🎭 Playwright Run Summary
3 passed (37.5s)
🎭 Playwright Run Summary
3 passed (10.0s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/middleware.test.ts:62:5 › Should trace outgoing fetch requests inside middleware and create breadcrumbs for it 2 skipped 38 passed (1.1m)
🎭 Playwright Run Summary
3 skipped 27 passed (43.2s)
🎭 Playwright Run Summary
30 passed (12.6s)
🎭 Playwright Run Summary
2 failed [chromium] › tests/tracing.dynamic.test.ts:134:3 › nested SSR routes (client, server, server request) › sends connected server and client pageload and request spans with the same trace id [chromium] › tests/tracing.dynamic.test.ts:175:3 › nested SSR routes (client, server, server request) › sends parametrized pageload, server and API request transaction names 7 passed (1.2m)
🎭 Playwright Run Summary
117 skipped 548 passed (5.3m)
🎭 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 (39.3s)
🎭 Playwright Run Summary
3 passed (3.7s)
🎭 Playwright Run Summary
114 skipped 551 passed (5.2m)
🎭 Playwright Run Summary
1 flaky [chromium] › tests/orpc-error.test.ts:4:1 › should capture server-side orpc error ────────────── 2 passed (44.6s)
🎭 Playwright Run Summary
3 passed (7.5s)
🎭 Playwright Run Summary
3 skipped 27 passed (41.9s)
🎭 Playwright Run Summary
30 passed (13.2s)
🎭 Playwright Run Summary
112 skipped 553 passed (5.4m)
🎭 Playwright Run Summary
1 failed [chromium] › tests/middleware.test.ts:62:5 › Should trace outgoing fetch requests inside middleware and create breadcrumbs for it 2 skipped 38 passed (1.1m)
🎭 Playwright Run Summary
112 skipped 553 passed (5.4m)
🎭 Playwright Run Summary
13 passed (50.2s)
🎭 Playwright Run Summary
13 passed (10.2s)
🎭 Playwright Run Summary
5 passed (45.5s)
🎭 Playwright Run Summary
5 passed (11.6s)
🎭 Playwright Run Summary
4 skipped 10 passed (37.2s)
🎭 Playwright Run Summary
2 skipped 12 passed (8.0s)
🎭 Playwright Run Summary
13 passed (52.4s)
🎭 Playwright Run Summary
13 passed (9.5s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/middleware.test.ts:62:5 › Should trace outgoing fetch requests inside middleware and create breadcrumbs for it 2 skipped 38 passed (1.1m)
🎭 Playwright Run Summary
1 failed [chromium] › tests/middleware.test.ts:62:5 › Should trace outgoing fetch requests inside middleware and create breadcrumbs for it 2 skipped 38 passed (1.0m)
🎭 Playwright Run Summary
4 skipped 10 passed (26.1s)
🎭 Playwright Run Summary
2 skipped 12 passed (7.7s)
🎭 Playwright Run Summary
474 skipped 191 passed (38.0s)
🎭 Playwright Run Summary
2 skipped 29 passed (1.2m)
🎭 Playwright Run Summary
2 skipped 29 passed (38.7s)
🎭 Playwright Run Summary
1 failed [chromium] › tests/middleware.test.ts:62:5 › Should trace outgoing fetch requests inside middleware and create breadcrumbs for it 2 skipped 38 passed (1.1m)
🎭 Playwright Run Summary
1 failed [chromium] › tests/middleware.test.ts:62:5 › Should trace outgoing fetch requests inside middleware and create breadcrumbs for it 2 skipped 38 passed (1.0m)
🎭 Playwright Run Summary
43 passed (2.2m)
🎭 Playwright Run Summary
5 failed [chromium] › tests/client-errors.test.ts:4:1 › Sends a client-side exception to Sentry ───────── [chromium] › tests/client-errors.test.ts:19:1 › Sends a client-side ErrorBoundary exception to Sentry [chromium] › tests/client-transactions.test.ts:4:1 › Sends a pageload transaction to Sentry ──── [chromium] › tests/client-transactions.test.ts:16:1 › Sends a navigation transaction to Sentry ─ [chromium] › tests/server-transactions.test.ts:20:1 › Sends two linked transactions (server & client) to Sentry 3 passed (2.7m)
🎭 Playwright Run Summary
5 failed [chromium] › tests/client-errors.test.ts:4:1 › Sends a client-side exception to Sentry ───────── [chromium] › tests/client-errors.test.ts:19:1 › Sends a client-side ErrorBoundary exception to Sentry [chromium] › tests/client-transactions.test.ts:4:1 › Sends a pageload transaction to Sentry ──── [chromium] › tests/client-transactions.test.ts:16:1 › Sends a navigation transaction to Sentry ─ [chromium] › tests/server-transactions.test.ts:19:1 › Sends two linked transactions (server & client) to Sentry 4 passed (2.7m)
🎭 Playwright Run Summary
2 skipped 29 passed (2.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (39.5s)
🎭 Playwright Run Summary
2 skipped 29 passed (2.1m)
🎭 Playwright Run Summary
2 skipped 29 passed (39.3s)
🎭 Playwright Run Summary
8 failed [chromium] › tests/index.test.ts:6:5 › Index page ────────────────────────────────────────────── [chromium] › tests/index.test.ts:12:5 › worker's withSentry ──────────────────────────────────── [chromium] › tests/index.test.ts:22:5 › RPC method which throws an exception to be logged to sentry [chromium] › tests/index.test.ts:32:5 › Request processed by DurableObject's fetch is recorded ─ [chromium] › tests/index.test.ts:42:5 › Websocket.webSocketMessage ───────────────────────────── [chromium] › tests/index.test.ts:58:5 › Websocket.webSocketClose ─────────────────────────────── [chromium] › tests/index.test.ts:74:5 › sends user-agent header with SDK name and version in envelope requests [chromium] › tests/index.test.ts:86:5 › Storage operations create spans in Durable Object transactions
🎭 Playwright Run Summary
5 skipped 29 passed (2.1m)
🎭 Playwright Run Summary
6 skipped 28 passed (1.1m)
🎭 Playwright Run Summary
7 failed [chromium] › tests/actions.test.ts:5:3 › Astro actions › captures transaction for action call ── [chromium] › tests/actions.test.ts:22:3 › Astro actions › action submission creates a transaction [chromium] › tests/cloudflare-runtime.test.ts:5:3 › Cloudflare Runtime › Should report cloudflare as the runtime in SSR error events [chromium] › tests/cloudflare-runtime.test.ts:30:3 › Cloudflare Runtime › Should report cloudflare as the runtime in API route error events [chromium] › tests/errors.server.test.ts:5:3 › server-side errors › captures SSR error ───────── [chromium] › tests/errors.server.test.ts:72:3 › server-side errors › captures endpoint error ─── [chromium] › tests/errors.server.test.ts:126:3 › server-side errors › captures API route error ─
🎭 Playwright Run Summary
2 skipped 32 passed (2.6m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
9 failed [chromium] › tests/index.test.ts:6:5 › Index page ────────────────────────────────────────────── [chromium] › tests/index.test.ts:12:5 › worker's withSentry ──────────────────────────────────── [chromium] › tests/index.test.ts:22:5 › RPC method which throws an exception to be logged to sentry [chromium] › tests/index.test.ts:32:5 › Request processed by DurableObject's fetch is recorded ─ [chromium] › tests/index.test.ts:42:5 › Websocket.webSocketMessage ───────────────────────────── [chromium] › tests/index.test.ts:58:5 › Websocket.webSocketClose ─────────────────────────────── [chromium] › tests/index.test.ts:74:5 › sends user-agent header with SDK name and version in envelope requests [chromium] › tests/index.test.ts:86:5 › Storage operations create spans in Durable Object transactions [chromium] › tests/index.test.ts:106:7 › Alarm instrumentation › captures error from alarm handler 1 did not run
🎭 Playwright Run Summary
2 skipped 32 passed (3.0m)
🎭 Playwright Run Summary
2 skipped 32 passed (1.1m)
🎭 Playwright Run Summary
12 failed [chromium] › tests/cloudflare-runtime.test.ts:5:7 › Cloudflare Runtime › Should report cloudflare as the runtime in API route error events [chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load [chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route [chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values [chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit [chromium] › tests/isr-routes.test.ts:74:5 › ISR route should be identified correctly in the route manifest [chromium] › tests/parameterized-routes.test.ts:4:5 › should create a parameterized transaction when the `app` directory is used [chromium] › tests/parameterized-routes.test.ts:43:5 › should create a static transaction when the `app` directory is used and the route is not parameterized [chromium] › tests/parameterized-routes.test.ts:84:5 › should create a partially parameterized transaction when the `app` directory is used [chromium] › tests/parameterized-routes.test.ts:123:5 › should create a nested parameterized transaction when the `app` directory is used. [chromium] › tests/prefetch-spans.test.ts:5:5 › Prefetch client spans should have a http.request.prefetch attribute [chromium] › tests/streaming-rsc-error.test.ts:4:5 › Should capture errors for crashing streaming promises in server components when `Sentry.captureRequestError` is added to the `onRequestError` hook 14 skipped
🎭 Playwright Run Summary
12 failed [chromium] › tests/cloudflare-runtime.test.ts:5:7 › Cloudflare Runtime › Should report cloudflare as the runtime in API route error events [chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load [chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route [chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values [chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit [chromium] › tests/isr-routes.test.ts:74:5 › ISR route should be identified correctly in the route manifest [chromium] › tests/parameterized-routes.test.ts:4:5 › should create a parameterized transaction when the `app` directory is used [chromium] › tests/parameterized-routes.test.ts:43:5 › should create a static transaction when the `app` directory is used and the route is not parameterized [chromium] › tests/parameterized-routes.test.ts:84:5 › should create a partially parameterized transaction when the `app` directory is used [chromium] › tests/parameterized-routes.test.ts:123:5 › should create a nested parameterized transaction when the `app` directory is used. [chromium] › tests/prefetch-spans.test.ts:5:5 › Prefetch client spans should have a http.request.prefetch attribute [chromium] › tests/streaming-rsc-error.test.ts:4:5 › Should capture errors for crashing streaming promises in server components when `Sentry.captureRequestError` is added to the `onRequestError` hook 14 skipped
🎭 Playwright Run Summary
12 failed [chromium] › tests/cloudflare-runtime.test.ts:5:7 › Cloudflare Runtime › Should report cloudflare as the runtime in API route error events [chromium] › tests/isr-routes.test.ts:4:5 › should remove sentry-trace and baggage meta tags on ISR dynamic route page load [chromium] › tests/isr-routes.test.ts:16:5 › should remove sentry-trace and baggage meta tags on ISR static route [chromium] › tests/isr-routes.test.ts:28:5 › should remove meta tags for different ISR dynamic route values [chromium] › tests/isr-routes.test.ts:44:5 › should create unique transactions for ISR pages on each visit [chromium] › tests/isr-routes.test.ts:74:5 › ISR route should be identified correctly in the route manifest [chromium] › tests/parameterized-routes.test.ts:4:5 › should create a parameterized transaction when the `app` directory is used [chromium] › tests/parameterized-routes.test.ts:43:5 › should create a static transaction when the `app` directory is used and the route is not parameterized [chromium] › tests/parameterized-routes.test.ts:84:5 › should create a partially parameterized transaction when the `app` directory is used [chromium] › tests/parameterized-routes.test.ts:123:5 › should create a nested parameterized transaction when the `app` directory is used. [chromium] › tests/prefetch-spans.test.ts:5:5 › Prefetch client spans should have a http.request.prefetch attribute [chromium] › tests/streaming-rsc-error.test.ts:4:5 › Should capture errors for crashing streaming promises in server components when `Sentry.captureRequestError` is added to the `onRequestError` hook 14 skipped

Artifacts

Produced during runtime
Name Size Digest
E2E Test Dump (nextjs-16 (canary, turbopack)) Expired
85.2 KB
sha256:72c9a1cde6a1d59daedcfca46055644d270945934dca783b8b60ab72915e7c1d
E2E Test Dump (nextjs-16 (canary, webpack)) Expired
83 KB
sha256:219dd2903c8d2576297b2db4000238d37933bd3fbd0be019626cd3625c1d098b
E2E Test Dump (nextjs-16 (latest, turbopack)) Expired
87.6 KB
sha256:9b12becefd824a1b0517b854ea3071f927d500da49edb4f33fcef86ef54b15e6
E2E Test Dump (nextjs-16 (latest, webpack)) Expired
84.3 KB
sha256:854c9cf975dbd0de02510c5d497f79dda0940ee9af2ccbb00c66ee3bef77cf94
E2E Test Dump (nextjs-16 (webpack)) Expired
84.4 KB
sha256:914fbdea0fa40ba49564fba647d8f471944945986149002793500236e169339e
E2E Test Dump (nextjs-16) Expired
86.4 KB
sha256:c0c04ebf660bb275356df11f86f1728f3a13e26c61d8de8622d4b24cfa766175
build-output Expired
33.6 MB
sha256:fcd77947f439e3011786cdd8a20af13838426f2b5cb7bcf700be6d954dd0a379
codecov-coverage-results-fn-playwright-docker-images-job_browser_unit_tests
95.1 KB
sha256:064c9bdcd407ae79e9757d14145b30e24b5c38f89d200f75ec033fb14857b89f
codecov-coverage-results-fn-playwright-docker-images-job_node_unit_tests-18
249 KB
sha256:4ac854934f22d4bd164b71532e6ec22f41f5b68feca8a3a7ead43168e8be7fa1
codecov-coverage-results-fn-playwright-docker-images-job_node_unit_tests-20
256 KB
sha256:13e9ff5909fee9a145833a8ecdce2a8151a6928c402ad534ab359ab99ffe1347
codecov-coverage-results-fn-playwright-docker-images-job_node_unit_tests-22
256 KB
sha256:cd66c7232f0202b0d1b652c5854324a87573799a271864f9efd1e3cc82cd263c
codecov-coverage-results-fn-playwright-docker-images-job_node_unit_tests-24
256 KB
sha256:afd148d0a81e1a9fbae5767cb9c1cd7cbeb4876c734a405db0debefe4e30525a
codecov-test-results-fn-playwright-docker-images-job_browser_loader_tests-browser-loader-loader_base
242 Bytes
sha256:d8baf18fdf0214753f2465ef84c3f3213d219e1db374cdd0a98436cc73e116f3
codecov-test-results-fn-playwright-docker-images-job_browser_loader_tests-browser-loader-loader_debug
243 Bytes
sha256:25078f854fcfc5c5b280d1617026070138139269ccdda1130acc64387621ea9c
codecov-test-results-fn-playwright-docker-images-job_browser_loader_tests-browser-loader-loader_eager
242 Bytes
sha256:03b10fcf6c7ab0adfbe9df33913338ab7cff1072db026213e05c6aa387d2e129
codecov-test-results-fn-playwright-docker-images-job_browser_loader_tests-browser-loader-loader_replay
238 Bytes
sha256:bbb65a08051df90db7c4a03e4145347397187df9b1cd212b54988e31de25dedc
codecov-test-results-fn-playwright-docker-images-job_browser_loader_tests-browser-loader-loader_replay_buffer
241 Bytes
sha256:b675dc94a727cd5995a4a9507869d6243a37c3c176258226e2379d57cfda458b
codecov-test-results-fn-playwright-docker-images-job_browser_loader_tests-browser-loader-loader_tracing
239 Bytes
sha256:bfccbe981eb4a5a483f550b5b5f90317132831fb6cc9d62fc209af37b0dc38ea
codecov-test-results-fn-playwright-docker-images-job_browser_loader_tests-browser-loader-loader_tracing_replay
240 Bytes
sha256:00b2f3dc4c5ebb80b922235dba321ad4665af4dfc5425d3dab1ca4a47ef0e9a8
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle-chromium
249 Bytes
sha256:cf3e55712175a39285eab1dea5db39f64f21a5a9574828c6e59bff8cda43b43c
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
247 Bytes
sha256:0341383fa69c34c7c28bc3fc912602c318976ece476390a7fec08d1b4e669f76
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
243 Bytes
sha256:56661be189b40e32a770d8a8b58f9a3aa6d6670156bfe0285a4c61605de2b315
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
244 Bytes
sha256:90c3057033078e695ab4d71e841f9865ea3911707d77e1cc7be8c8756ee07427
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
247 Bytes
sha256:1408d6cd9862e9b86f6d421a0cc50067d839008a68a2795c2d931b2b568eba5e
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium
249 Bytes
sha256:4e17fa765db381c16d15f6121ef48703a1dbab23a3314fc8498b17de7960e0a3
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
249 Bytes
sha256:8d787c6e2b15ba30af06f548f82322491f06202a31c9eb7eeba191cba41100d3
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
248 Bytes
sha256:e986f082a81e4a83cc92a029881b824d1d47aab5f70b0313d0d420d021403230
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
249 Bytes
sha256:9c29adb8181614ffee4ae4cbadf6ec65d1af3865886a4a5df2670ad2cf4d161a
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
248 Bytes
sha256:df611be2a4c6b897bbf4a858357063340ccf05dcd85fd171f7d9eb3c3f7fd9db
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
249 Bytes
sha256:f59fd241262abf338eff8c8aa6486c174d03968e64c4a19ab16fcf142c396925
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
239 Bytes
sha256:f6ef5fe8c4733829e1f19a53240f34427134158027d2b9943f4555f9055ef7ed
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
248 Bytes
sha256:83e73e348a6d2ab382d8a90064177dbbc634a6432578fb289eef65237ea413c8
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
249 Bytes
sha256:11db4c1695ee126916e6839b46bd0745efaa4a677cc9846fee64dbeaf385b315
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-esm-chromium-1
242 Bytes
sha256:2f609d403a1f91e80f448403a96e6dff8343651dab07484cbe2ec0ffb4e233d9
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-esm-chromium-2
245 Bytes
sha256:a880d4ab68ada2797152bf0fb4b4602d28499bb9e9ace2cddccccf0a24f6cb52
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-esm-chromium-3
244 Bytes
sha256:da383e826764111745b0b5725d92f4cb588fbb596119574b9225fb9b94ad7a5d
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-esm-chromium-4
245 Bytes
sha256:0b9571e24c8698ae7e47ff127448a0aa559838785c4fb9ce26cf3703aa3531ea
codecov-test-results-fn-playwright-docker-images-job_browser_unit_tests
243 Bytes
sha256:a90af0539b929fbf120969d850857c2488395e639ba49c3a0b3781d03e1a6a99
codecov-test-results-fn-playwright-docker-images-job_node_unit_tests-18
256 Bytes
sha256:890c8c64efb41559acff48aa6129e15ec1d55fac00b166d6357af7d9ad1f4281
codecov-test-results-fn-playwright-docker-images-job_node_unit_tests-20
253 Bytes
sha256:bace0de7a8dfe2e9c3984f575eac62c52fb528599cc940720772707972580ac7
codecov-test-results-fn-playwright-docker-images-job_node_unit_tests-22
248 Bytes
sha256:58374178fe93b7fe5e196093d66fde9369beebaa66ff040fcb4ec80340014d21
codecov-test-results-fn-playwright-docker-images-job_node_unit_tests-24
252 Bytes
sha256:da9272a977b8fb2e2f89b938a106f7a5866d311456cf47445a55829c14c1bb28
playwright-traces-job_e2e_playwright_tests-astro-4 Expired
14.4 KB
sha256:564b090194ec43fb5f928fef7ea8943a20ede9b709c7bc32fe11da3a0cdc27f8
playwright-traces-job_e2e_playwright_tests-astro-5 Expired
14.5 KB
sha256:51dc827cd400fd1c452e13d7e494b0d7ada169cf9e628174e1888e0f4304abb2
playwright-traces-job_e2e_playwright_tests-astro-5-cf-workers Expired
33.6 KB
sha256:2682781eb16f9be1d242fb5deb24ceeb21d67e3d00136d9fd500fa7ff6bf5065
playwright-traces-job_e2e_playwright_tests-aws-serverless Expired
10.7 KB
sha256:421865e887096ab1e87dc19c371cee370a485dbcebfa130a253b4c30b028a6fe
playwright-traces-job_e2e_playwright_tests-cloudflare-local-workers Expired
1.04 KB
sha256:e0cfede84c8df1e1ecec836e3702d86799a153433804a22738a500371d71b66a
playwright-traces-job_e2e_playwright_tests-cloudflare-mcp Expired
1020 Bytes
sha256:08fecfe0488bf337eac84faa878f089eaaef8f4a1ccd34bc33301f685464d696
playwright-traces-job_e2e_playwright_tests-cloudflare-workers Expired
8.96 KB
sha256:32084fb349c9e98a1a7e3e144db1966a5d28adf23bfedd9d863977192fd83bd1
playwright-traces-job_e2e_playwright_tests-cloudflare-workersentrypoint Expired
7.96 KB
sha256:db2e0a72e27fc6f0edfc5e670da55335c4ba4326ba5a1cfe218ea82eefd2a906
playwright-traces-job_e2e_playwright_tests-hydrogen-react-router-7 Expired
70.4 KB
sha256:18e98449279c996f16b4d1a7d00885d4ebfbf8ba624575b4fe2d38dfa6668e5a
playwright-traces-job_e2e_playwright_tests-nextjs-16 Expired
6.31 KB
sha256:8c8c12f75213fa11ebce32bb6b79507c8480890e16d7e175984f1d9c11cc7232
playwright-traces-job_e2e_playwright_tests-nextjs-16-cf-workers Expired
61.5 KB
sha256:4574411f41da42a49928a6a34bbd337be42fd185b5cd4e5e1ec10037e317e89b
playwright-traces-job_e2e_playwright_tests-node-hapi Expired
8.71 KB
sha256:5a4b8ef882202db39b6b3bf24466b7c85c4c023c50b7d2588aa1e6c11939e1a5
playwright-traces-job_e2e_playwright_tests-remix-hydrogen Expired
62.6 KB
sha256:4af69c7730c2da8f75a42d4242fbb0039a489c5b5cff186a3d3608beecdd1d05