Skip to content

Merge pull request #924 from remap-keys/feature/workbench-ug-keycode-… #445

Merge pull request #924 from remap-keys/feature/workbench-ug-keycode-…

Merge pull request #924 from remap-keys/feature/workbench-ug-keycode-… #445

Triggered via push April 22, 2026 07:05
Status Success
Total duration 3m 56s
Artifacts

production.yaml

on: push
Matrix: Build and Deploy
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build and Deploy (20.x)
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. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
Build and Deploy (20.x): src/components/workbench/visualeditor/VisualKeymapEditor.tsx#L137
Replace `⏎····window.innerWidth·-·200·<·right·||⏎····(isThin·&&·!isLeftSideKey)⏎··` with `window.innerWidth·-·200·<·right·||·(isThin·&&·!isLeftSideKey)`
Build and Deploy (20.x): src/components/workbench/visualeditor/VisualKeymapEditor.tsx#L115
Replace `⏎··target:·HTMLElement⏎` with `target:·HTMLElement`
Build and Deploy (20.x): src/components/workbench/visualeditor/VisualKeymapEditor.tsx#L1
Replace `·useState,·useMemo,·useCallback,·useEffect,·useRef·` with `⏎··useState,⏎··useMemo,⏎··useCallback,⏎··useEffect,⏎··useRef,⏎`
Build and Deploy (20.x): src/components/workbench/visualeditor/VisualKeycap.tsx#L73
Replace `'"{{name}}"·is·a·custom·keycode·defined·in·the·source·code.·It·cannot·be·edited·in·the·Visual·Editor.',·{·name:·label·}` with `⏎········'"{{name}}"·is·a·custom·keycode·defined·in·the·source·code.·It·cannot·be·edited·in·the·Visual·Editor.',⏎········{·name:·label·}⏎······`
Build and Deploy (20.x): src/components/workbench/header/Header.tsx#L34
'set' is defined but never used. Allowed unused vars must match /^_/u
Build and Deploy (20.x): src/components/workbench/header/Header.container.ts#L8
'IWorkbenchProjectFile' is defined but never used. Allowed unused vars must match /^_/u
Build and Deploy (20.x): src/components/common/customkey/TabKey.tsx#L131
Replace `⏎········labelLang,⏎········this.props.customKeycodes⏎······` with `labelLang,·this.props.customKeycodes`