Skip to content

drawer: track closing instead of transitioning for the mount gate #27

drawer: track closing instead of transitioning for the mount gate

drawer: track closing instead of transitioning for the mount gate #27

Triggered via push June 13, 2026 09:16
Status Success
Total duration 54s
Artifacts

ci.yml

on: push
checks
43s
checks
protocol-version-guard
4s
protocol-version-guard
Fit to window
Zoom out
Zoom in

Annotations

12 warnings and 1 notice
protocol-version-guard
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/
checks
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-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/
lint/style/noDescendingSpecificity: packages/website/src/styles/global.css#L771
Descending specificity selector found. This selector specificity is (0, 1, 0)
lint/style/noDescendingSpecificity: packages/website/src/styles/global.css#L709
Descending specificity selector found. This selector specificity is (0, 1, 0)
lint/style/noDescendingSpecificity: packages/website/src/styles/global.css#L696
Descending specificity selector found. This selector specificity is (0, 2, 0)
lint/suspicious/noTemplateCurlyInString: packages/menubar/electron-builder.cjs#L54
Unexpected template string placeholder.
suppressions/unused: packages/daemon/scripts/probe-apply-flag-failures.ts#L148
Suppression comment has no effect. Remove the suppression or make sure you are suppressing the correct rule.
suppressions/unused: packages/daemon/scripts/probe-apply-flag-failures.ts#L140
Suppression comment has no effect. Remove the suppression or make sure you are suppressing the correct rule.
lint/style/useTemplate: packages/app/src/app/(main)/dev/keyboard-extender.tsx#L116
Template literals are preferred over string concatenation.