Skip to content

chore(deps-dev): bump playwright from 1.57.0 to 1.61.0 #5469

chore(deps-dev): bump playwright from 1.57.0 to 1.61.0

chore(deps-dev): bump playwright from 1.57.0 to 1.61.0 #5469

Triggered via pull request June 15, 2026 16:10
Status Failure
Total duration 7m 47s
Artifacts 10

pr-orchestrator.yml

on: pull_request
🔍 Path Filter
8s
🔍 Path Filter
👋 PR Welcome & Reminder
7s
👋 PR Welcome & Reminder
🔍 Check Diff
16s
🔍 Check Diff
🛡️ Quality Gates  /  📝 Prepare Environment
4s
🛡️ Quality Gates / 📝 Prepare Environment
🛡️ Quality Gates  /  🎒 Knip Check
55s
🛡️ Quality Gates / 🎒 Knip Check
🛡️ Quality Gates  /  🔍 Lint Check
1m 17s
🛡️ Quality Gates / 🔍 Lint Check
🛡️ Quality Gates  /  ⌨️ Type Check
1m 31s
🛡️ Quality Gates / ⌨️ Type Check
🛡️ Quality Gates  /  🏗️ Build Check
2m 9s
🛡️ Quality Gates / 🏗️ Build Check
🛡️ Quality Gates  /  🧪 Script Tests
1m 0s
🛡️ Quality Gates / 🧪 Script Tests
🛡️ Quality Gates  /  🧹 Slop Check
52s
🛡️ Quality Gates / 🧹 Slop Check
🛡️ Quality Gates  /  🧪 Infrastructure Tests
1m 0s
🛡️ Quality Gates / 🧪 Infrastructure Tests
🛡️ Quality Gates  /  🧪 Unit Tests
1m 31s
🛡️ Quality Gates / 🧪 Unit Tests
🛡️ Quality Gates  /  🧪 Component Tests
1m 4s
🛡️ Quality Gates / 🧪 Component Tests
🛡️ Quality Gates  /  🧪 Performance Tests
55s
🛡️ Quality Gates / 🧪 Performance Tests
🛡️ Quality Gates  /  🧪 Visual Tests
56s
🛡️ Quality Gates / 🧪 Visual Tests
🛡️ Quality Gates  /  📊 Integration Tests Summary
5s
🛡️ Quality Gates / 📊 Integration Tests Summary
🛡️ Quality Gates  /  📊 Quality Report
8s
🛡️ Quality Gates / 📊 Quality Report
🤖 Gemini AI Review  /  Analyze Changes for Review
15s
🤖 Gemini AI Review / Analyze Changes for Review
🤖 Gemini AI Review  /  disabled-guidance
16s
🤖 Gemini AI Review / disabled-guidance
🤖 Gemini AI Review  /  Post Skip Check
0s
🤖 Gemini AI Review / Post Skip Check
🤖 Gemini AI Review  /  Execute Gemini Review
0s
🤖 Gemini AI Review / Execute Gemini Review
🤖 Gemini AI Review  /  Manage PR Labels
🤖 Gemini AI Review / Manage PR Labels
🚀 Create Review Issues  /  Create Issues from Gemini Review
🚀 Create Review Issues / Create Issues from Gemini Review
🚀 Create Review Issues  /  disabled-guidance
🚀 Create Review Issues / disabled-guidance
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 18 warnings
🛡️ Quality Gates / 🧪 Performance Tests
Process completed with exit code 1.
🛡️ Quality Gates / 🧪 Performance Tests
Error: No tests found. Make sure that arguments are regular expressions matching test files. You may need to escape symbols like "$" or "*" and quote the arguments.
🛡️ Quality Gates / 🧪 Performance Tests
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at perf-stability.spec.ts:3 1 | import { test, expect } from '@playwright/test' 2 | > 3 | test.describe('WebSocket Stability', () => { | ^ 4 | test('should maintain a stable WebSocket connection', async ({ page }) => { 5 | test.setTimeout(40000) 6 | await page.goto('/') at TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:75:13) at TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:115:24) at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/transform/transform.js:275:12) at /home/runner/work/hrm/hrm/tests/playwright/perf-stability.spec.ts:3:6
🛡️ Quality Gates / 🧪 Performance Tests
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at perf-memory.spec.ts:17 15 | const HEAP_GROWTH_THRESHOLD = 0.35 // 35% (relaxed further to account for sandbox/CI variance) 16 | > 17 | test.describe('Frontend Performance', () => { | ^ 18 | test('should not exhibit memory leaks during a simulated workout', async ({ 19 | page, 20 | }) => { at TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:75:13) at TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:115:24) at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/transform/transform.js:275:12) at /home/runner/work/hrm/hrm/tests/playwright/perf-memory.spec.ts:17:6
🛡️ Quality Gates / 🧪 Performance Tests
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at perf-load.spec.ts:4 2 | import { waitForPageReady } from './lib/waits' 3 | > 4 | test.describe('Dashboard Load Performance', () => { | ^ 5 | test('should load within acceptable threshold', async ({ page }) => { 6 | const start = performance.now() 7 | await page.goto('/') at TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:75:13) at TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:115:24) at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/transform/transform.js:275:12) at /home/runner/work/hrm/hrm/tests/playwright/perf-load.spec.ts:4:6
🛡️ Quality Gates / 🧪 Visual Tests
Error: Playwright Test did not expect test.describe.configure() to be called here. Most common reasons include: - You are calling test.describe.configure() in a configuration file. - You are calling test.describe.configure() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at vrt-spotify-controls.spec.ts:8 6 | 7 | // Test suite configuration > 8 | test.describe.configure({ mode: 'serial' }) | ^ 9 | 10 | // Reusable page objects 11 | let controlPage: Page at TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:75:13) at TestTypeImpl._configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:171:24) at Function.configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/transform/transform.js:275:12) at /home/runner/work/hrm/hrm/tests/playwright/vrt-spotify-controls.spec.ts:8:15
🛡️ Quality Gates / 🧪 Visual Tests
Error: Playwright Test did not expect test.describe.configure() to be called here. Most common reasons include: - You are calling test.describe.configure() in a configuration file. - You are calling test.describe.configure() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at vrt-mock-hrm-client.spec.ts:8 6 | 7 | // Test suite configuration > 8 | test.describe.configure({ mode: 'serial' }) | ^ 9 | 10 | // Reusable page objects 11 | let mockPage: Page at TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:75:13) at TestTypeImpl._configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:171:24) at Function.configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/transform/transform.js:275:12) at /home/runner/work/hrm/hrm/tests/playwright/vrt-mock-hrm-client.spec.ts:8:15
🛡️ Quality Gates / 🧪 Visual Tests
Error: Playwright Test did not expect test.describe.configure() to be called here. Most common reasons include: - You are calling test.describe.configure() in a configuration file. - You are calling test.describe.configure() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at vrt-hr-components.spec.ts:15 13 | 14 | // Test suite configuration > 15 | test.describe.configure({ mode: 'serial' }) | ^ 16 | 17 | // Reusable page objects 18 | let dashboardPage: Page at TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:75:13) at TestTypeImpl._configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:171:24) at Function.configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/transform/transform.js:275:12) at /home/runner/work/hrm/hrm/tests/playwright/vrt-hr-components.spec.ts:15:15
🛡️ Quality Gates / 🧪 Visual Tests
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at vrt-experimental.spec.ts:6 4 | import { waitForPageReady } from './lib/waits' 5 | > 6 | test.describe('Experimental Analytics Page VRT', () => { | ^ 7 | test('initial state', async ({ dashboardPage }) => { 8 | await setupMinimalVisualRegressionTest( 9 | dashboardPage, at TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:75:13) at TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:115:24) at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/transform/transform.js:275:12) at /home/runner/work/hrm/hrm/tests/playwright/vrt-experimental.spec.ts:6:6
🛡️ Quality Gates / 🧪 Visual Tests
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at vrt-dashboard.spec.ts:13 11 | 12 | // Test suite for VRT > 13 | test.describe('Dashboard Visual Regression Tests', () => { | ^ 14 | test.describe('Dashboard Component', () => { 15 | test('initial, empty state', async ({ dashboardPage }) => { 16 | await setupMinimalVisualRegressionTest(dashboardPage, '/') at TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:75:13) at TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:115:24) at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/transform/transform.js:275:12) at /home/runner/work/hrm/hrm/tests/playwright/vrt-dashboard.spec.ts:13:6
🛡️ Quality Gates / 🧪 Visual Tests
Error: Playwright Test did not expect test.describe.configure() to be called here. Most common reasons include: - You are calling test.describe.configure() in a configuration file. - You are calling test.describe.configure() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at vrt-control-panel.spec.ts:8 6 | 7 | // Test suite configuration > 8 | test.describe.configure({ mode: 'serial' }) | ^ 9 | 10 | // Reusable page objects 11 | let controlPage: Page at TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:75:13) at TestTypeImpl._configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:171:24) at Function.configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/transform/transform.js:275:12) at /home/runner/work/hrm/hrm/tests/playwright/vrt-control-panel.spec.ts:8:15
🛡️ Quality Gates / 🧪 Visual Tests
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at vrt-connect-page.spec.ts:9 7 | import { BluetoothConnectionStatus } from '../../types/bluetooth' 8 | > 9 | test.describe('Visual Regression Tests for /client/connect Page', () => { | ^ 10 | test.beforeEach(async ({ connectPage }) => { 11 | await injectBluetoothMocks(connectPage) 12 | await connectPage.goto('/client/connect') at TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:75:13) at TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:115:24) at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/transform/transform.js:275:12) at /home/runner/work/hrm/hrm/tests/playwright/vrt-connect-page.spec.ts:9:6
🛡️ Quality Gates / 🧪 Visual Tests
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at vrt-components.spec.ts:13 11 | import { VRT_TIMEOUTS } from './lib/timeouts' 12 | > 13 | test.describe('Component-Specific VRT', () => { | ^ 14 | test('BottomNavBar highlights correct icon', async ({ dashboardPage }) => { 15 | await setupMinimalVisualRegressionTest(dashboardPage, '/') 16 | const bottomNav = dashboardPage.getByTestId('bottom-nav-bar') at TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:75:13) at TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:115:24) at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/transform/transform.js:275:12) at /home/runner/work/hrm/hrm/tests/playwright/vrt-components.spec.ts:13:6
🛡️ Quality Gates / 🧪 Visual Tests
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at simple-smoke.spec.ts:5 3 | import { BASE_URL } from './lib' 4 | > 5 | test.describe('Simple Smoke Test', () => { | ^ 6 | test('should load the homepage and have the correct title', async ({ 7 | page, 8 | }) => { at TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:75:13) at TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:115:24) at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/transform/transform.js:275:12) at /home/runner/work/hrm/hrm/tests/playwright/simple-smoke.spec.ts:5:6
🛡️ Quality Gates / 🧪 Visual Tests
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at remote-capabilities.spec.ts:7 5 | const BASE_URL = getBaseURL() 6 | > 7 | test.describe('Remote Capabilities & Command Relay', () => { | ^ 8 | test('Controller sends commands via WebSocket', async ({ page }) => { 9 | // 1. Setup Network & WS capture 10 | const failedRequests: string[] = [] at TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:75:13) at TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:115:24) at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/transform/transform.js:275:12) at /home/runner/work/hrm/hrm/tests/playwright/remote-capabilities.spec.ts:7:6
🛡️ Quality Gates / 🧪 Infrastructure Tests
Process completed with exit code 1.
🛡️ Quality Gates / 🧪 Infrastructure Tests
Error: No tests found. Make sure that arguments are regular expressions matching test files. You may need to escape symbols like "$" or "*" and quote the arguments.
🛡️ Quality Gates / 🧪 Infrastructure Tests
Error: Playwright Test did not expect test.describe() to be called here. Most common reasons include: - You are calling test.describe() in a configuration file. - You are calling test.describe() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at infrastructure.spec.ts:30 28 | } 29 | > 30 | test.describe('Infrastructure & Scripts', () => { | ^ 31 | // 1. LINT CHECK 32 | // Ensures you never commit code that violates ESLint rules. 33 | // Skipping since pnpm build is already running in ci at TestTypeImpl._currentSuite (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:75:13) at TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/common/testType.js:115:24) at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.57.0/node_modules/playwright/lib/transform/transform.js:275:12) at /home/runner/work/hrm/hrm/tests/playwright/infrastructure.spec.ts:30:6
🛡️ Quality Gates / 🧪 Component Tests
No test report files were found
🛡️ Quality Gates / 📊 Integration Tests Summary
Process completed with exit code 1.
🤖 Gemini AI Review / Analyze Changes for Review
Error when evaluating 'secrets'. .github/workflows/pr-orchestrator.yml (Line: 248, Col: 11): Secret GEMINI_API_KEY is required, but not provided while calling., .github/workflows/pr-orchestrator.yml (Line: 248, Col: 11): Secret ARI_PAT is required, but not provided while calling.
🤖 Gemini AI Review / disabled-guidance
Error when evaluating 'secrets'. .github/workflows/pr-orchestrator.yml (Line: 248, Col: 11): Secret GEMINI_API_KEY is required, but not provided while calling., .github/workflows/pr-orchestrator.yml (Line: 248, Col: 11): Secret ARI_PAT is required, but not provided while calling.
👋 PR Welcome & Reminder
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@v7. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🔍 Path Filter
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, dorny/paths-filter@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🔍 Check Diff
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🛡️ Quality Gates / 📝 Prepare Environment
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🛡️ Quality Gates / 🔍 Lint Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🛡️ Quality Gates / 🧪 Script Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🛡️ Quality Gates / 🧹 Slop Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🛡️ Quality Gates / 🎒 Knip Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🛡️ Quality Gates / ⌨️ Type Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🛡️ Quality Gates / 🏗️ Build Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🛡️ Quality Gates / 🧪 Performance Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, dorny/test-reporter@v1, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🛡️ Quality Gates / 🧪 Visual Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, dorny/test-reporter@v1, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🛡️ Quality Gates / 🧪 Infrastructure Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, dorny/test-reporter@v1, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🛡️ Quality Gates / 🧪 Component Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, dorny/test-reporter@v1, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🛡️ Quality Gates / 🧪 Component Tests
No file matches path test-results/component-results.xml
🛡️ Quality Gates / 🧪 Unit Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, dorny/test-reporter@v1, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🛡️ Quality Gates / 📊 Integration Tests Summary
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🛡️ Quality Gates / 📊 Quality Report
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
build-artifacts-9744 Expired
43.5 MB
sha256:5c16f98cba4acce68fa7062ee542d46d9eb12594ac6bd1ad60085697ac4a2472
build-report Expired
1.24 KB
sha256:cf7b31e96f25a220e91aa564335c5de7877e22a10122320a6fae2f37c2b587fb
component-test-logs-9744 Expired
3.75 KB
sha256:2613a7d69305994370a41dcc9611288df1fffb2df24275b23a33e7112c26e310
infra-test-logs-9744 Expired
1.4 KB
sha256:c470c7b8f8b67947b42066a50d6f3039bc7fdb59b7881571c395dc2e99e8248c
perf-test-logs-9744 Expired
1.87 KB
sha256:cfa3c1ab22506dbb3bf782e97f2b0891833cf37ef0b82d8a0a124c2ed2c65f33
script-test-logs-9744 Expired
423 Bytes
sha256:81797818fdaafd5c9129e76f5ad8803e26a97d423d162252f41b60273764a564
slop-report Expired
826 Bytes
sha256:3ff3e402b841209d644a26662c77da736e18e425c7ae57d780830199ba54c6e8
type-check-report Expired
249 Bytes
sha256:2a52f4f3ff15649a763e165fc9af78a5d014db349cb13cc9f4f23eb8ecce74f8
unit-test-logs-9744 Expired
25.8 KB
sha256:e76a98817b2b3cc5ba871a1ab7adccf022f3c84c7c83cfeda361cf0961c09776
visual-test-logs-9744 Expired
204 KB
sha256:44c5711f324fe8710e6bb85f63eb668b2dc7951986e69f8c86850d03e6ba0d8c