Skip to content

MUL-3321: Add runtime delete CLI command #6836

MUL-3321: Add runtime delete CLI command

MUL-3321: Add runtime delete CLI command #6836

Triggered via push June 16, 2026 08:58
Status Success
Total duration 6m 45s
Artifacts

ci.yml

on: push
Matrix: installer
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
backend
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-go@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/
frontend
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: 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/
frontend: packages/views/runtimes/components/usage-section.tsx#L632
React Hook useMemo has an unnecessary dependency: 'pricings'. Either exclude it or remove the dependency array
frontend: packages/views/runtimes/components/usage-section.tsx#L628
React Hook useMemo has an unnecessary dependency: 'pricings'. Either exclude it or remove the dependency array
frontend: packages/views/runtimes/components/usage-section.tsx#L344
React Hook useMemo has an unnecessary dependency: 'pricings'. Either exclude it or remove the dependency array
frontend: packages/views/runtimes/components/usage-section.tsx#L334
React Hook useMemo has an unnecessary dependency: 'pricings'. Either exclude it or remove the dependency array
frontend: packages/views/runtimes/components/charts/activity-heatmap.tsx#L192
React Hook useMemo has an unnecessary dependency: 'pricings'. Either exclude it or remove the dependency array
frontend: packages/views/projects/components/project-detail.tsx#L432
React Hook useEffect has a missing dependency: 'project'. Either include it or remove the dependency array
frontend: packages/views/onboarding/steps/step-runtime-connect.tsx#L164
React Hook useEffect has a missing dependency: 'wsId'. Either include it or remove the dependency array
frontend: packages/views/onboarding/onboarding-flow.tsx#L222
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
frontend: packages/views/editor/attachment-preview-modal.tsx#L177
The 'modal' conditional could make the dependencies of useMemo Hook (at line 185) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'modal' in its own useMemo() Hook
frontend: packages/views/agents/components/agent-overview-pane.tsx#L179
The 'requestTabChange' function makes the dependencies of useEffect Hook (at line 207) change on every render. To fix this, wrap the definition of 'requestTabChange' in its own useCallback() Hook