chore(ci): Use Playwright Docker images instead of install-playwright action #45859
build.yml
on: pull_request
Get Metadata
/
Get Metadata
6s
Ensure Playwright Image
16s
Check PR branches
4s
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Size Check
2m 19s
Lint
1m 9s
Circular Dependency Check
1m 34s
Upload Artifacts
0s
Browser Unit Tests
4m 9s
Bun Unit Tests
1m 0s
Deno Unit Tests
1m 1s
Cloudflare Integration Tests
1m 49s
Bun Integration Tests
50s
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_remix_integration_tests
Check for faulty .d.ts files
52s
Matrix: job_e2e_tests
Matrix: job_optional_e2e_tests
All required jobs passed or were skipped
4s
Annotations
105 errors, 200 warnings, and 192 notices
|
E2E astro-6 Test
Process completed with exit code 1.
|
|
E2E nuxt-5 Test (optional)
Process completed with exit code 1.
|
|
E2E nuxt-4 Test
Process completed with exit code 1.
|
|
E2E node-firebase Test
Process completed with exit code 1.
|
|
E2E nuxt-3-min Test
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 nuxt-3 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 astro-6-cf-workers 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 (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 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 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 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.
|
|
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": "5e57bf14d308589d", "span_id": "84790a6b022d0953", "start_timestamp": 1776354438.433, "status": "ok", "timestamp": 1776354438.459076, "trace_id": "1313a33c1560f9aa0cdc8c15e35487f5"}, {"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": "84790a6b022d0953", "span_id": "f09d710aec88c4d7", "start_timestamp": 1776354438.439, "status": "ok", "timestamp": 1776354438.4572701, "trace_id": "1313a33c1560f9aa0cdc8c15e35487f5"}]
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 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 supabase-nextjs Test
Process completed with exit code 1.
|
|
[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.
|
|
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": "e6d470b38c59e0f9", "span_id": "fd00d6fc0e2ef572", "start_timestamp": 1776354449.297, "status": "ok", "timestamp": 1776354449.3234441, "trace_id": "e02e43f29db67e2b9dca15c05c7a08b8"}, {"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": "fd00d6fc0e2ef572", "span_id": "c62a3a50cc7edbd4", "start_timestamp": 1776354449.303, "status": "ok", "timestamp": 1776354449.3215358, "trace_id": "e02e43f29db67e2b9dca15c05c7a08b8"}]
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, 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": "e1a7d0c5c4773ced", "span_id": "e889641fb430efc1", "start_timestamp": 1776354449.713, "status": "ok", "timestamp": 1776354449.7356505, "trace_id": "ff08c9b5a7696f3823c7f2f7bdb3fa72"}, {"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": "e889641fb430efc1", "span_id": "eb1959d01e0c9684", "start_timestamp": 1776354449.719, "status": "ok", "timestamp": 1776354449.7340393, "trace_id": "ff08c9b5a7696f3823c7f2f7bdb3fa72"}]
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": "cdbe0714d9116fe9", "span_id": "b34ffb87deb0b947", "start_timestamp": 1776354454.661, "status": "ok", "timestamp": 1776354454.6868773, "trace_id": "4d2216b334500b408a44bde636467910"}, {"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": "b34ffb87deb0b947", "span_id": "dd611892f4aa39e5", "start_timestamp": 1776354454.662, "status": "ok", "timestamp": 1776354454.6856577, "trace_id": "4d2216b334500b408a44bde636467910"}, {"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": "dd611892f4aa39e5", "span_id": "07abe0bbe712a49c", "start_timestamp": 1776354454.668, "status": "ok", "timestamp": 1776354454.6835415, "trace_id": "4d2216b334500b408a44bde636467910"}]
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": "559495003228fa39", "span_id": "2aa80e850ea6c096", "start_timestamp": 1776354471.595, "status": "ok", "timestamp": 1776354471.6197684, "trace_id": "3e514ab3526700bc4107bc5a9280a503"}, {"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": "2aa80e850ea6c096", "span_id": "efa528038d3cda41", "start_timestamp": 1776354471.595, "status": "ok", "timestamp": 1776354471.618568, "trace_id": "3e514ab3526700bc4107bc5a9280a503"}, {"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": "efa528038d3cda41", "span_id": "ecd76e79423ef3e7", "start_timestamp": 1776354471.601, "status": "ok", "timestamp": 1776354471.6160493, "trace_id": "3e514ab3526700bc4107bc5a9280a503"}]
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": "fd6ff619fa292796", "span_id": "ba96dde3983d78bc", "start_timestamp": 1776354499.935, "status": "ok", "timestamp": 1776354499.9744565, "trace_id": "288dd45f1b39a593cff7a1f84f006337"}, {"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": "ba96dde3983d78bc", "span_id": "616128ce85002365", "start_timestamp": 1776354499.935, "status": "ok", "timestamp": 1776354499.9731681, "trace_id": "288dd45f1b39a593cff7a1f84f006337"}, {"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": "616128ce85002365", "span_id": "bf8c4b64fb44ed98", "start_timestamp": 1776354499.941, "status": "ok", "timestamp": 1776354499.970502, "trace_id": "288dd45f1b39a593cff7a1f84f006337"}]
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 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 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.
|
|
[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-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.
|
|
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.
|
|
Remix (Node 24) Tests
Process completed with exit code 1.
|
|
E2E aws-serverless 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.
|
|
E2E aws-serverless (Node 18) 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/
|
|
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, .gitignore, dev-packages/e2e-tests/lib/publishPackages.ts, dev-packages/e2e-tests/package.json, dev-packages/e2e-tests/prepare.ts, dev-packages/e2e-tests/registrySetup.ts, dev-packages/e2e-tests/run.ts, dev-packages/e2e-tests/verdaccio-config/config.yaml, dev-packages/e2e-tests/verdaccio-runner.mjs, package.json, 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.
|
|
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, .gitignore, dev-packages/e2e-tests/lib/publishPackages.ts, dev-packages/e2e-tests/package.json, dev-packages/e2e-tests/prepare.ts, dev-packages/e2e-tests/registrySetup.ts, dev-packages/e2e-tests/run.ts, dev-packages/e2e-tests/verdaccio-config/config.yaml, dev-packages/e2e-tests/verdaccio-runner.mjs, package.json, 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 (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, .gitignore, dev-packages/e2e-tests/lib/publishPackages.ts, dev-packages/e2e-tests/package.json, dev-packages/e2e-tests/prepare.ts, dev-packages/e2e-tests/registrySetup.ts, dev-packages/e2e-tests/run.ts, dev-packages/e2e-tests/verdaccio-config/config.yaml, dev-packages/e2e-tests/verdaccio-runner.mjs, package.json, 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, .gitignore, dev-packages/e2e-tests/lib/publishPackages.ts, dev-packages/e2e-tests/package.json, dev-packages/e2e-tests/prepare.ts, dev-packages/e2e-tests/registrySetup.ts, dev-packages/e2e-tests/run.ts, dev-packages/e2e-tests/verdaccio-config/config.yaml, dev-packages/e2e-tests/verdaccio-runner.mjs, package.json, 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, .gitignore, dev-packages/e2e-tests/lib/publishPackages.ts, dev-packages/e2e-tests/package.json, dev-packages/e2e-tests/prepare.ts, dev-packages/e2e-tests/registrySetup.ts, dev-packages/e2e-tests/run.ts, dev-packages/e2e-tests/verdaccio-config/config.yaml, dev-packages/e2e-tests/verdaccio-runner.mjs, package.json, 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.
|
|
E2E node-express-incorrect-instrumentation Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-core-express-otel-v1-custom-sampler Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-core-express-otel-v2-custom-sampler Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-express-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 node-express-esm-without-loader Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-profiling-esm Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node 22 (light mode, requires Node 22+ for diagnostics_channel) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E webpack-5 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-core-light-otlp Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-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 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 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 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-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 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 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 node-connect Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-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 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-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-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 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 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 nestjs-basic-with-graphql Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-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 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 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 solid-tanstack-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-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 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 nestjs-11 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-fastify-4 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E 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 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 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 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 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 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 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-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 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 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 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 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 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-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 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 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 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 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E astro-6-cf-workers Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E 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-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-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-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 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 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 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 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 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 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 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 react-router-7-framework-instrumentation Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-7-framework-spa-node-20-18 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-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 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 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 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 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 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 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 (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 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 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 node-hapi Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-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 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 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 node-core-express-otel-v2-sdk-node Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nestjs-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 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 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 solidstart-top-level-import Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E sveltekit-2 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E 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 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 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 vue-3 (latest) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-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 nextjs-16-trailing-slash (latest, turbopack) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E vue-3 (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-framework-custom Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-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 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 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 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-20 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-7-framework (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-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 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 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 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 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 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 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 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_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 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 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 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-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 react-router-6 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16-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-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 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 node-core-express-otel-v2 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-express-esm-loader Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E 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 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 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 react-create-hash-router Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E effect-browser Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E node-express-send-to-sentry Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E angular (canary) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E 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-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 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 ember-embroider Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16-cacheComponents Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-6 (TS 3.8) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E ember-classic Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-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 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 nextjs-13 (latest) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E react-router-7-framework-node-20-18 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-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 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 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 sveltekit-2-kit-tracing Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-pages-dir Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-orpc Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E 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 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 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 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 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-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 (canary, turbopack) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-16-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-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 (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-15-intl Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-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 (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-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-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-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 (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 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 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 hydrogen-react-router-7 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-15 (latest) Test (optional)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-app-dir (next@13) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E nextjs-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 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 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 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_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 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 20) Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: aws-actions/setup-sam@v2, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E 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/
|
|
🎭 Playwright Run Summary
5 skipped
25 passed (11.9s)
|
|
🎭 Playwright Run Summary
1 skipped
29 passed (18.9s)
|
|
🎭 Playwright Run Summary
8 skipped
22 passed (9.2s)
|
|
🎭 Playwright Run Summary
7 skipped
23 passed (11.5s)
|
|
🎭 Playwright Run Summary
7 skipped
23 passed (10.3s)
|
|
🎭 Playwright Run Summary
1 skipped
14 passed (24.9s)
|
|
🎭 Playwright Run Summary
4 skipped
26 passed (18.3s)
|
|
🎭 Playwright Run Summary
475 skipped
190 passed (35.3s)
|
|
🎭 Playwright Run Summary
5 skipped
25 passed (16.7s)
|
|
🎭 Playwright Run Summary
474 skipped
191 passed (37.0s)
|
|
🎭 Playwright Run Summary
470 skipped
195 passed (37.8s)
|
|
🎭 Playwright Run Summary
340 skipped
325 passed (1.5m)
|
|
🎭 Playwright Run Summary
338 skipped
327 passed (1.5m)
|
|
🎭 Playwright Run Summary
3 skipped
163 passed (2.4m)
|
|
🎭 Playwright Run Summary
1 skipped
166 passed (2.6m)
|
|
🎭 Playwright Run Summary
244 skipped
421 passed (3.3m)
|
|
🎭 Playwright Run Summary
1 passed (3.2s)
|
|
🎭 Playwright Run Summary
3 passed (3.0s)
|
|
🎭 Playwright Run Summary
3 passed (3.1s)
|
|
🎭 Playwright Run Summary
3 passed (3.9s)
|
|
🎭 Playwright Run Summary
12 passed (7.4s)
|
|
🎭 Playwright Run Summary
2 passed (4.0s)
|
|
🎭 Playwright Run Summary
4 passed (3.5s)
|
|
🎭 Playwright Run Summary
1 passed (4.7s)
|
|
🎭 Playwright Run Summary
5 passed (9.1s)
|
|
🎭 Playwright Run Summary
1 passed (4.0s)
|
|
🎭 Playwright Run Summary
5 passed (9.2s)
|
|
🎭 Playwright Run Summary
4 passed (4.0s)
|
|
🎭 Playwright Run Summary
2 passed (2.8s)
|
|
🎭 Playwright Run Summary
2 passed (5.1s)
|
|
🎭 Playwright Run Summary
10 passed (5.9s)
|
|
🎭 Playwright Run Summary
10 passed (7.6s)
|
|
🎭 Playwright Run Summary
12 passed (7.5s)
|
|
🎭 Playwright Run Summary
3 passed (3.2s)
|
|
🎭 Playwright Run Summary
3 passed (7.7s)
|
|
🎭 Playwright Run Summary
2 passed (5.0s)
|
|
🎭 Playwright Run Summary
9 passed (10.8s)
|
|
🎭 Playwright Run Summary
3 passed (14.3s)
|
|
🎭 Playwright Run Summary
3 passed (4.3s)
|
|
🎭 Playwright Run Summary
23 passed (14.4s)
|
|
🎭 Playwright Run Summary
11 passed (7.1s)
|
|
🎭 Playwright Run Summary
11 passed (7.4s)
|
|
🎭 Playwright Run Summary
11 passed (3.5s)
|
|
🎭 Playwright Run Summary
5 passed (8.4s)
|
|
🎭 Playwright Run Summary
4 passed (8.0s)
|
|
🎭 Playwright Run Summary
10 passed (11.1s)
|
|
🎭 Playwright Run Summary
13 passed (13.2s)
|
|
🎭 Playwright Run Summary
3 passed (5.3s)
|
|
🎭 Playwright Run Summary
4 passed (7.6s)
|
|
🎭 Playwright Run Summary
3 passed (6.9s)
|
|
🎭 Playwright Run Summary
3 passed (15.0s)
|
|
🎭 Playwright Run Summary
4 passed (3.1s)
|
|
🎭 Playwright Run Summary
4 passed (5.0s)
|
|
🎭 Playwright Run Summary
5 passed (9.0s)
|
|
🎭 Playwright Run Summary
15 passed (11.3s)
|
|
🎭 Playwright Run Summary
11 passed (5.8s)
|
|
🎭 Playwright Run Summary
11 passed (6.2s)
|
|
🎭 Playwright Run Summary
4 passed (5.6s)
|
|
🎭 Playwright Run Summary
1 passed (5.8s)
|
|
🎭 Playwright Run Summary
7 passed (9.4s)
|
|
🎭 Playwright Run Summary
3 passed (19.3s)
|
|
🎭 Playwright Run Summary
8 passed (6.9s)
|
|
🎭 Playwright Run Summary
3 skipped
17 passed (3.5s)
|
|
🎭 Playwright Run Summary
24 passed (17.2s)
|
|
🎭 Playwright Run Summary
3 skipped
21 passed (17.7s)
|
|
🎭 Playwright Run Summary
7 passed (9.2s)
|
|
🎭 Playwright Run Summary
3 passed (9.5s)
|
|
🎭 Playwright Run Summary
5 passed (9.3s)
|
|
🎭 Playwright Run Summary
3 passed (3.3s)
|
|
🎭 Playwright Run Summary
3 passed (4.7s)
|
|
🎭 Playwright Run Summary
9 passed (11.1s)
|
|
🎭 Playwright Run Summary
1 passed (5.1s)
|
|
🎭 Playwright Run Summary
12 passed (7.6s)
|
|
🎭 Playwright Run Summary
8 passed (6.7s)
|
|
🎭 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
5 passed (19.4s)
|
|
🎭 Playwright Run Summary
10 passed (26.9s)
|
|
🎭 Playwright Run Summary
5 passed (8.7s)
|
|
🎭 Playwright Run Summary
4 passed (9.1s)
|
|
🎭 Playwright Run Summary
7 passed (8.7s)
|
|
🎭 Playwright Run Summary
5 passed (7.9s)
|
|
🎭 Playwright Run Summary
1 passed (8.5s)
|
|
🎭 Playwright Run Summary
9 passed (11.6s)
|
|
🎭 Playwright Run Summary
16 passed (24.0s)
|
|
🎭 Playwright Run Summary
13 passed (29.1s)
|
|
🎭 Playwright Run Summary
16 passed (29.2s)
|
|
🎭 Playwright Run Summary
4 passed (8.0s)
|
|
🎭 Playwright Run Summary
10 passed (27.1s)
|
|
🎭 Playwright Run Summary
4 passed (10.9s)
|
|
🎭 Playwright Run Summary
5 passed (9.7s)
|
|
🎭 Playwright Run Summary
10 passed (27.2s)
|
|
🎭 Playwright Run Summary
18 passed (19.7s)
|
|
🎭 Playwright Run Summary
4 passed (10.0s)
|
|
🎭 Playwright Run Summary
9 passed (11.8s)
|
|
🎭 Playwright Run Summary
9 passed (11.4s)
|
|
🎭 Playwright Run Summary
12 passed (28.2s)
|
|
🎭 Playwright Run Summary
2 skipped
19 passed (22.8s)
|
|
🎭 Playwright Run Summary
3 passed (6.2s)
|
|
🎭 Playwright Run Summary
3 skipped
163 passed (4.5m)
|
|
🎭 Playwright Run Summary
12 passed (28.4s)
|
|
🎭 Playwright Run Summary
253 skipped
412 passed (4.4m)
|
|
🎭 Playwright Run Summary
4 passed (8.0s)
|
|
🎭 Playwright Run Summary
22 passed (13.4s)
|
|
🎭 Playwright Run Summary
13 passed (25.5s)
|
|
🎭 Playwright Run Summary
12 passed (28.6s)
|
|
🎭 Playwright Run Summary
248 skipped
417 passed (4.5m)
|
|
🎭 Playwright Run Summary
9 passed (11.8s)
|
|
🎭 Playwright Run Summary
2 skipped
19 passed (23.5s)
|
|
🎭 Playwright Run Summary
12 passed (28.3s)
|
|
🎭 Playwright Run Summary
3 passed (18.6s)
|
|
🎭 Playwright Run Summary
3 passed (11.4s)
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/index.test.ts:4:5 › sends spans for MCP tool calls ──────────────────────────
|
|
🎭 Playwright Run Summary
1 skipped
14 passed (13.7s)
|
|
🎭 Playwright Run Summary
8 passed (29.6s)
|
|
🎭 Playwright Run Summary
26 skipped
|
|
🎭 Playwright Run Summary
3 passed (19.4s)
|
|
🎭 Playwright Run Summary
3 passed (10.1s)
|
|
🎭 Playwright Run Summary
12 passed (28.6s)
|
|
🎭 Playwright Run Summary
4 passed (3.6s)
|
|
🎭 Playwright Run Summary
3 passed (3.1s)
|
|
🎭 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
12 passed (7.2s)
|
|
🎭 Playwright Run Summary
15 passed (21.0s)
|
|
🎭 Playwright Run Summary
10 passed (37.5s)
|
|
🎭 Playwright Run Summary
12 passed (29.1s)
|
|
🎭 Playwright Run Summary
26 skipped
|
|
🎭 Playwright Run Summary
3 skipped
17 passed (3.4s)
|
|
🎭 Playwright Run Summary
5 skipped
161 passed (4.7m)
|
|
🎭 Playwright Run Summary
4 passed (22.3s)
|
|
🎭 Playwright Run Summary
4 passed (4.7s)
|
|
🎭 Playwright Run Summary
8 passed (30.1s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (26.4s)
|
|
🎭 Playwright Run Summary
4 skipped
10 passed (6.9s)
|
|
🎭 Playwright Run Summary
3 skipped
27 passed (40.9s)
|
|
🎭 Playwright Run Summary
30 passed (12.5s)
|
|
🎭 Playwright Run Summary
18 passed (19.7s)
|
|
🎭 Playwright Run Summary
12 passed (8.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
114 skipped
551 passed (5.3m)
|
|
🎭 Playwright Run Summary
112 skipped
553 passed (5.4m)
|
|
🎭 Playwright Run Summary
14 passed (25.4s)
|
|
🎭 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
4 skipped
10 passed (33.8s)
|
|
🎭 Playwright Run Summary
2 skipped
12 passed (7.5s)
|
|
🎭 Playwright Run Summary
3 passed (37.5s)
|
|
🎭 Playwright Run Summary
3 passed (7.4s)
|
|
🎭 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
29 passed (29.1s)
|
|
🎭 Playwright Run Summary
13 passed (47.4s)
|
|
🎭 Playwright Run Summary
13 passed (9.0s)
|
|
🎭 Playwright Run Summary
117 skipped
548 passed (5.3m)
|
|
🎭 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.6s)
|
|
🎭 Playwright Run Summary
3 passed (4.3s)
|
|
🎭 Playwright Run Summary
13 passed (50.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
3 passed (37.6s)
|
|
🎭 Playwright Run Summary
3 passed (11.0s)
|
|
🎭 Playwright Run Summary
13 passed (49.5s)
|
|
🎭 Playwright Run Summary
13 passed (9.4s)
|
|
🎭 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
4 passed (36.9s)
|
|
🎭 Playwright Run Summary
4 passed (8.6s)
|
|
🎭 Playwright Run Summary
3 skipped
27 passed (43.0s)
|
|
🎭 Playwright Run Summary
30 passed (12.8s)
|
|
🎭 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
4 skipped
10 passed (31.4s)
|
|
🎭 Playwright Run Summary
2 skipped
12 passed (7.3s)
|
|
🎭 Playwright Run Summary
5 passed (45.7s)
|
|
🎭 Playwright Run Summary
5 passed (11.4s)
|
|
🎭 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
2 skipped
29 passed (1.2m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (38.6s)
|
|
🎭 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
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:19:1 › Sends two linked transactions (server & client) to Sentry
4 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:20:1 › Sends two linked transactions (server & client) to Sentry
3 passed (2.7m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (2.1m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (38.9s)
|
|
🎭 Playwright Run Summary
5 skipped
29 passed (2.1m)
|
|
🎭 Playwright Run Summary
6 skipped
28 passed (1.1m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (2.0m)
|
|
🎭 Playwright Run Summary
2 skipped
29 passed (39.0s)
|
|
🎭 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
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
2 skipped
32 passed (2.5m)
|
|
🎭 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)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
E2E Test Dump (nextjs-16 (canary, turbopack))
|
87.9 KB |
sha256:5a7d263e779e313195f0a1fbf7f4f02c2cf0a2c8a237af99c8f7441631214216
|
|
|
E2E Test Dump (nextjs-16 (canary, webpack))
|
85.5 KB |
sha256:997eeb06d17a5d91932aa052944c66946c2b6cad917b7bd6f12c8ec295d394b5
|
|
|
E2E Test Dump (nextjs-16 (latest, turbopack))
|
89.2 KB |
sha256:489a7a7690d025931363c9e4085868432f61438c1f1f25004ad780cbd1ee1290
|
|
|
E2E Test Dump (nextjs-16 (latest, webpack))
|
83.1 KB |
sha256:ce5eb3796d712913e4e584b3c6735e1dc96bd12f2ff22bd51bee28bb47efd668
|
|
|
E2E Test Dump (nextjs-16 (webpack))
|
83 KB |
sha256:ada385c45ff6fa682dc1e0350eb4946664fda5985418593851f2152a976255e3
|
|
|
E2E Test Dump (nextjs-16)
|
86.7 KB |
sha256:792e98a1ac32ce740dc2d3725b784cb127ad1f8f80155c16505acb4b8a3619d6
|
|
|
build-output
Expired
|
33.6 MB |
sha256:78da2d4c959c66a14bdc6d822214fb8bb7fdc9d60a04be4198b396dbd1788ae2
|
|
|
codecov-coverage-results-fn-playwright-docker-images-job_browser_unit_tests
|
95.1 KB |
sha256:cb1f08800b6e6c3fcef27df76282443ab9082c9f6316005c664a163157cb5dbc
|
|
|
codecov-coverage-results-fn-playwright-docker-images-job_node_unit_tests-18
|
249 KB |
sha256:90dc0d4d7448da9146cc5fde8c0ceb4574ed1e44fa5ac2c494fcc1b77a9f0c2f
|
|
|
codecov-coverage-results-fn-playwright-docker-images-job_node_unit_tests-20
|
256 KB |
sha256:2c354c0fbf708fb188c37bd57da42ec209b7bfb02ea12655aaf190f973471188
|
|
|
codecov-coverage-results-fn-playwright-docker-images-job_node_unit_tests-22
|
256 KB |
sha256:01d72cc1c65b6ff35c04efcaa39eefcd75f0fe863bbf298e84594549cde609ee
|
|
|
codecov-coverage-results-fn-playwright-docker-images-job_node_unit_tests-24
|
256 KB |
sha256:72941e83d49be44b110366b7d3f22eb170662f38e35d4b7357e8e1b89064152b
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_loader_tests-browser-loader-loader_base
|
240 Bytes |
sha256:93b28b71a40f6c0583c248cbeffbf86083343b45577c83e2e86519bf37fa201f
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_loader_tests-browser-loader-loader_debug
|
242 Bytes |
sha256:cd612bd81c3952462ac13e0242aedcd9b399dde35dc172050d5f0c079d56c59d
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_loader_tests-browser-loader-loader_eager
|
243 Bytes |
sha256:f1a4c79e04403eb96cc05114b44864e5a55b11dd140e5eb9e6e83d0fb85fe9f5
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_loader_tests-browser-loader-loader_replay
|
238 Bytes |
sha256:61976305f62a36f155e8ec18a9cd258cd2c2c8977501ab5c20d9248ad31961c0
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_loader_tests-browser-loader-loader_replay_buffer
|
241 Bytes |
sha256:73627622eb384808f42998798d578cf4d373c7215102a5723e0e2e39bae15716
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_loader_tests-browser-loader-loader_tracing
|
243 Bytes |
sha256:3c6e7155dab6b8486202f8d77628ae9f5cf40942deaf51fac89abbb0cf33a301
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_loader_tests-browser-loader-loader_tracing_replay
|
238 Bytes |
sha256:5013e09231902e09c43c1076442529b6f4e4fde132fb33b9ce78c8f6a13102e2
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle-chromium
|
248 Bytes |
sha256:177375c353d2b9955e61514b3b92bc022d17c3e3a32e49d7f539b19017634e2d
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_logs_metrics-chromium
|
248 Bytes |
sha256:905e82edd2cd157872192f2a644955bd37909620c9943d2055744060a29e1a4e
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_min-chromium
|
242 Bytes |
sha256:73402234df4cac8ac4288b0c2cedd0c1192c94efaa7ca4bf974f6c671dc1455d
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_replay-chromium
|
247 Bytes |
sha256:4d51305fd44b9eb1b5e6cd108b8b45bdafaf56906c26f1983ff15147610eb632
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_replay_logs_metrics-chromium
|
245 Bytes |
sha256:3f3b9453b3f269c825ea59c0374af573cef7d14d7a5162540806f63f8564b00a
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_tracing-chromium
|
248 Bytes |
sha256:64f5bbb70d1e0da41b499f2c94dae1be36e0dd4caab0f4593b6de4a12679d2ab
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_tracing_logs_metrics-chromium
|
245 Bytes |
sha256:fd55dbb5c29553207719373eb4f7e0e12dda12e769f490ff6a46d2badb4827ed
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay-chromium
|
245 Bytes |
sha256:935818708df14c11e52d190353d1dacbcd9ce5b05c60770162216a14cc195d66
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback-chromium
|
249 Bytes |
sha256:0488ea353ea159ac6b91172e2b29f36b938adf550ba5e30a565daa695c8197b8
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics-chromium
|
244 Bytes |
sha256:34e29df5e45214f2d96c88fd69c378d080d8b74bf05a0ba8c83861477b181496
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-chromium
|
249 Bytes |
sha256:f0e5569f79993a2bdb1d0f11ee99a2827258ba189cc0d64686e28f2c0188a3be
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-firefox
|
242 Bytes |
sha256:f9222be60ee7d1854d846eee52b16f1d1b036c018bdb9373a495ff27b4a812c5
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_feedback_logs_metrics_min-webkit
|
248 Bytes |
sha256:00a96c4996beff257f3b24c2abb294e93a7e1b28781bd3156b12cb32ae458c4e
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-bundle_tracing_replay_logs_metrics-chromium
|
250 Bytes |
sha256:47277160b4626f3af72c28a3098d868d58c0d031ecdfee66a89abf7c2455fa64
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-esm-chromium-1
|
244 Bytes |
sha256:2387d5d6fb7b93b8bf37fc7bb04c3a5585415cc30022b69ef6ba53c175331bc1
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-esm-chromium-2
|
246 Bytes |
sha256:b6a30afb0f72a2adf9c9bcc004ae2cc59d665bb7a08995d831dee7e47137d4ff
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-esm-chromium-3
|
245 Bytes |
sha256:d373963cd6da7937cd2d6f0b9f04f7c6004d56c76c88bd9c45048039f8a6c7b2
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_playwright_tests-browser-playwright-esm-chromium-4
|
244 Bytes |
sha256:5a656d037772083fbf8f7ebd627a7831756a827fc5f043e4ee4c938a11cf90e5
|
|
|
codecov-test-results-fn-playwright-docker-images-job_browser_unit_tests
|
238 Bytes |
sha256:907a8047808850cfe9d9804e37b27a7e32987283761ec16935af5d6777425d29
|
|
|
codecov-test-results-fn-playwright-docker-images-job_node_unit_tests-18
|
254 Bytes |
sha256:e8bb7c988d2a10cde44b0ddd8118e768e219a1431325d6c28cda0cbeb8cf43db
|
|
|
codecov-test-results-fn-playwright-docker-images-job_node_unit_tests-20
|
249 Bytes |
sha256:3fb4ae70cea84385c138a1c51b589826295b5a95159e95c70da0c9d0639c8234
|
|
|
codecov-test-results-fn-playwright-docker-images-job_node_unit_tests-22
|
253 Bytes |
sha256:e09fb0b6508a21472e7c65f87f3176a12e9f42e4eaa003229337f0c682f4252f
|
|
|
codecov-test-results-fn-playwright-docker-images-job_node_unit_tests-24
|
248 Bytes |
sha256:0c396fa9123d00dabafa27f4160e3dc1b66efc058aaab49c9a4e3d1dafe02834
|
|
|
playwright-traces-job_e2e_playwright_tests-astro-4
|
14.4 KB |
sha256:31e6f5bb231ce99330a0bef374e5e472a53a14e5d2399634a2df4fb71a114a8c
|
|
|
playwright-traces-job_e2e_playwright_tests-astro-5
|
14.4 KB |
sha256:d62506d43b10aa1e25630bee72725a444c403605d0032ea0dd6dbe96ec89eed9
|
|
|
playwright-traces-job_e2e_playwright_tests-astro-5-cf-workers
|
33.6 KB |
sha256:c589ddf9c4393e62014dbbe4300159096a011c0f21f08b661311ccbe1e41d9c3
|
|
|
playwright-traces-job_e2e_playwright_tests-aws-serverless
|
10.7 KB |
sha256:e836abfdf17619ca163263dc5846f6cd516f15765b859ff762a5f0e8671b4111
|
|
|
playwright-traces-job_e2e_playwright_tests-cloudflare-local-workers
|
1.05 KB |
sha256:4f395ee1848269762a7238dbc3570e5dab5e07cc8629122f300a6ed33e714016
|
|
|
playwright-traces-job_e2e_playwright_tests-cloudflare-mcp
|
1 KB |
sha256:337d1a0f223c8988a83f21fe1a99a882396e6120252535908a5f1b36d4ce38b0
|
|
|
playwright-traces-job_e2e_playwright_tests-cloudflare-workers
|
8.97 KB |
sha256:d2785cd9a37393274508d69075d1da01b4a831f5d8374a055795498d5023f9c7
|
|
|
playwright-traces-job_e2e_playwright_tests-cloudflare-workersentrypoint
|
7.96 KB |
sha256:cc332a5486efe298bc9276df434b845b9dff94ad9884bfa0fdfc04f9ad25620d
|
|
|
playwright-traces-job_e2e_playwright_tests-hydrogen-react-router-7
|
70.4 KB |
sha256:013ab5cf45791c22d3ff47ecf40cef6892b6896dc3eddb456210d8ec095e3b1a
|
|
|
playwright-traces-job_e2e_playwright_tests-nextjs-16
|
6.33 KB |
sha256:b16350626ce3d6e161574c232f37def3b705ef61a541a61d29cd4780f312a250
|
|
|
playwright-traces-job_e2e_playwright_tests-node-hapi
|
8.72 KB |
sha256:27a50b298f7d1d4d2f79becf0fbdc527a891cb5046332fd899bf9d8e822d2d27
|
|
|
playwright-traces-job_e2e_playwright_tests-remix-hydrogen
|
62.5 KB |
sha256:433f21e74ee51bbf65850fd1eafe733f08b6eac14486ded64ead9291c93c9a8f
|
|