Skip to content

feat: browseruse CLI #13179

feat: browseruse CLI

feat: browseruse CLI #13179

Triggered via pull request June 23, 2026 15:02
Status Success
Total duration 4m 42s
Artifacts

assets.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Unit test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint: assets/src/components/kubernetes/network/IngressClasses.tsx#L50
React Hook useMemo has an unnecessary dependency: 'colController'. Either exclude it or remove the dependency array. Outer scope values like 'colController' aren't valid dependencies because mutating them doesn't re-render the component
Lint: assets/src/components/commandpalette/commands.ts#L433
React Hook useMemo has an unnecessary dependency: 'featureFlags.WorkbenchChatbots'. Either exclude it or remove the dependency array