release(v0.2.0): fix installers (Windows authors, macOS appdmg) + non… #16
ci.yml
on: push
Matrix: test
Matrix: build
E2E smoke (ubuntu, xvfb)
1m 12s
Publish rolling "latest" release
24s
Annotations
38 warnings and 2 notices
|
Lint + unit tests (macos-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint + unit tests (macos-latest):
src/main/bridge/server.ts#L162
'err' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
Lint + unit tests (macos-latest):
src/main/bridge/server.ts#L22
'getBridgeConfig' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint + unit tests (macos-latest):
src/main/agent-manager.ts#L280
Unexpected any. Specify a different type
|
|
Lint + unit tests (macos-latest):
src/main/agent-manager.ts#L156
Unexpected any. Specify a different type
|
|
Lint + unit tests (macos-latest):
src/bridge-app/components/useWebSocket.ts#L67
React Hook useCallback has a missing dependency: 'cleanup'. Either include it or remove the dependency array
|
|
Lint + unit tests (macos-latest):
src/bridge-app/components/SessionList.tsx#L40
'stateInfo' is defined but never used. Allowed unused args must match /^_/u
|
|
Lint + unit tests (macos-latest):
src/bridge-app/components/SessionList.tsx#L27
'formatTime' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint + unit tests (macos-latest):
src/bridge-app/App.tsx#L76
React Hook useEffect has a missing dependency: 'fetchSessions'. Either include it or remove the dependency array
|
|
Lint + unit tests (macos-latest):
src/bridge-app/App.tsx#L48
'sendCommand' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Lint + unit tests (macos-latest):
src/bridge-app/App.tsx#L8
'useRef' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint + unit tests (ubuntu-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint + unit tests (ubuntu-latest):
src/main/bridge/server.ts#L162
'err' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
Lint + unit tests (ubuntu-latest):
src/main/bridge/server.ts#L22
'getBridgeConfig' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint + unit tests (ubuntu-latest):
src/main/agent-manager.ts#L280
Unexpected any. Specify a different type
|
|
Lint + unit tests (ubuntu-latest):
src/main/agent-manager.ts#L156
Unexpected any. Specify a different type
|
|
Lint + unit tests (ubuntu-latest):
src/bridge-app/components/useWebSocket.ts#L67
React Hook useCallback has a missing dependency: 'cleanup'. Either include it or remove the dependency array
|
|
Lint + unit tests (ubuntu-latest):
src/bridge-app/components/SessionList.tsx#L40
'stateInfo' is defined but never used. Allowed unused args must match /^_/u
|
|
Lint + unit tests (ubuntu-latest):
src/bridge-app/components/SessionList.tsx#L27
'formatTime' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint + unit tests (ubuntu-latest):
src/bridge-app/App.tsx#L76
React Hook useEffect has a missing dependency: 'fetchSessions'. Either include it or remove the dependency array
|
|
Lint + unit tests (ubuntu-latest):
src/bridge-app/App.tsx#L48
'sendCommand' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Lint + unit tests (ubuntu-latest):
src/bridge-app/App.tsx#L8
'useRef' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint + unit tests (windows-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint + unit tests (windows-latest):
src/main/bridge/server.ts#L162
'err' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
Lint + unit tests (windows-latest):
src/main/bridge/server.ts#L22
'getBridgeConfig' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint + unit tests (windows-latest):
src/main/agent-manager.ts#L280
Unexpected any. Specify a different type
|
|
Lint + unit tests (windows-latest):
src/main/agent-manager.ts#L156
Unexpected any. Specify a different type
|
|
Lint + unit tests (windows-latest):
src/bridge-app/components/useWebSocket.ts#L67
React Hook useCallback has a missing dependency: 'cleanup'. Either include it or remove the dependency array
|
|
Lint + unit tests (windows-latest):
src/bridge-app/components/SessionList.tsx#L40
'stateInfo' is defined but never used. Allowed unused args must match /^_/u
|
|
Lint + unit tests (windows-latest):
src/bridge-app/components/SessionList.tsx#L27
'formatTime' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint + unit tests (windows-latest):
src/bridge-app/App.tsx#L76
React Hook useEffect has a missing dependency: 'fetchSessions'. Either include it or remove the dependency array
|
|
Lint + unit tests (windows-latest):
src/bridge-app/App.tsx#L48
'sendCommand' is assigned a value but never used. Allowed unused vars must match /^_/u
|
|
Lint + unit tests (windows-latest):
src/bridge-app/App.tsx#L8
'useRef' is defined but never used. Allowed unused vars must match /^_/u
|
|
Package app (macos-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Package app (ubuntu-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E smoke (ubuntu, xvfb)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Package app (windows-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Publish rolling "latest" release
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/download-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint + unit tests (macos-latest)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
|
|
Package app (macos-latest)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
heliox-ide-d5624288647d1f9872a9b369d4fca3125bce5a37-macos-latest
Expired
|
113 MB |
sha256:b39509f379205102985906c67f383622ec2ff5bd00e9c23338d704ceefab6f55
|
|
|
heliox-ide-d5624288647d1f9872a9b369d4fca3125bce5a37-ubuntu-latest
Expired
|
116 MB |
sha256:cfbb18030e6df186144dbcfd37b3b7ca798e18941165a26bdd2edb98d073bec7
|
|
|
heliox-ide-d5624288647d1f9872a9b369d4fca3125bce5a37-windows-latest
Expired
|
140 MB |
sha256:e08156464f595f865a55651c41bfdd47545dba04acc465810e62c91304195ebc
|
|