chore(deps-dev): bump @playwright/test from 1.57.0 to 1.61.0 in the testing group #5466
pr-orchestrator.yml
on: pull_request
🔍 Path Filter
12s
👋 PR Welcome & Reminder
4s
🛡️ Quality Gates
/
🎒 Knip Check
1m 5s
🛡️ Quality Gates
/
🔍 Lint Check
1m 9s
🛡️ Quality Gates
/
⌨️ Type Check
1m 18s
🛡️ Quality Gates
/
🏗️ Build Check
1m 44s
🛡️ Quality Gates
/
🧪 Infrastructure Tests
1m 7s
🛡️ Quality Gates
/
🧪 Unit Tests
1m 21s
🛡️ Quality Gates
/
🧪 Component Tests
1m 8s
🛡️ Quality Gates
/
🧪 Performance Tests
50s
🛡️ Quality Gates
/
🧪 Visual Tests
53s
🚀 Create Review Issues
/
Create Issues from Gemini Review
🚀 Create Review Issues
/
disabled-guidance
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.
- You are calling test.describe() from an async test.describe() block. Only sync ones are supported.
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.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2297:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219: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.
- You are calling test.describe() from an async test.describe() block. Only sync ones are supported.
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.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2297:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219: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.
- You are calling test.describe() from an async test.describe() block. Only sync ones are supported.
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.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2297:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219: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.
- You are calling test.describe.configure() from an async test.describe() block. Only sync ones are supported.
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.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2353:24)
at Function.configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219: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.
- You are calling test.describe.configure() from an async test.describe() block. Only sync ones are supported.
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.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2353:24)
at Function.configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219: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.
- You are calling test.describe.configure() from an async test.describe() block. Only sync ones are supported.
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.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2353:24)
at Function.configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219: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.
- You are calling test.describe() from an async test.describe() block. Only sync ones are supported.
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.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2297:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219: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.
- You are calling test.describe() from an async test.describe() block. Only sync ones are supported.
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.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2297:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219: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.
- You are calling test.describe.configure() from an async test.describe() block. Only sync ones are supported.
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.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2353:24)
at Function.configure (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219: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.
- You are calling test.describe() from an async test.describe() block. Only sync ones are supported.
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.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2297:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219: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.
- You are calling test.describe() from an async test.describe() block. Only sync ones are supported.
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.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2297:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219: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.
- You are calling test.describe() from an async test.describe() block. Only sync ones are supported.
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.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2297:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219: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.
- You are calling test.describe() from an async test.describe() block. Only sync ones are supported.
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.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2297:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219: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.
- You are calling test.describe() from an async test.describe() block. Only sync ones are supported.
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.61.0/node_modules/playwright/lib/common/index.js:2256:13)
at _TestTypeImpl._describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:2297:24)
at Function.describe (/home/runner/work/hrm/hrm/node_modules/.pnpm/playwright@1.61.0/node_modules/playwright/lib/common/index.js:1219: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 / 🧹 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 / 🧪 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 / 🎒 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 / 🔍 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 / 🏗️ 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-9741
Expired
|
43.5 MB |
sha256:21c28908869a75edc76526e5fd09aee183b747a424728967283afdda7bd70a4a
|
|
|
build-report
Expired
|
1.24 KB |
sha256:2f54619497ed2118ba737659d77a15245686e9d6868ec86ab77a3cdf7abce8a9
|
|
|
component-test-logs-9741
Expired
|
3.75 KB |
sha256:b5c4acd5363f47db297ef0090663dae2586ca5cab9728a14c631d56da5a78483
|
|
|
infra-test-logs-9741
Expired
|
1.43 KB |
sha256:d818aba80b6e532faaa1b81d26d22d08551117d152d5a0f891948a12e0033114
|
|
|
perf-test-logs-9741
Expired
|
1.91 KB |
sha256:a0db642ed2eb9c073faef245bab6f6d98d306b0d6295ef8753bcbdbb88f5efa0
|
|
|
script-test-logs-9741
Expired
|
423 Bytes |
sha256:6ea0dfc98d873f33232b32f174a557c0355deb4d18367b7455aba5bad80d62b6
|
|
|
slop-report
Expired
|
830 Bytes |
sha256:55143265e66085474b0cd66162ce34eae34677c001bf05d8ba7059d7a973f338
|
|
|
type-check-report
Expired
|
249 Bytes |
sha256:9450a4d4440de0621d494d8ff37c865c552bddc75f6b0fc3c2a6ab5e187ea645
|
|
|
unit-test-logs-9741
Expired
|
25.8 KB |
sha256:d8f703b02bcaa9ca481865714cea10e53b23649b92db03c7631e44d87aef8bde
|
|
|
visual-test-logs-9741
Expired
|
205 KB |
sha256:629d69fdfef7db1ef4f93318370c2386a5116cf516c260503a85cc4d8c607ec0
|
|