Skip to content

core-published

core-published #8

Triggered via repository dispatch May 26, 2026 16:36
@andrewchumchalandrewchumchal
core-published bdba327
Status Failure
Total duration 41s
Artifacts

bump-core.yml

on: repository_dispatch
Update @openconduit/core and open PR
38s
Update @openconduit/core and open PR
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Update @openconduit/core and open PR
Unexpected error: npm warn Unknown user config "always-auth". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options. > openconduit-monorepo@1.2.1 lint > npm run lint -w packages/desktop npm warn Unknown user config "always-auth". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options. > openconduit@2.0.0-beta.3 lint > eslint --ext .ts,.tsx . npm warn Unknown user config "always-auth". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options. node_modules/@openconduit/core/src/components/SettingsPanel.tsx(3753,17): error TS2339: Property 'machine' does not exist on type '{ chat: { send: (request: ChatRequest) => Promise<{ messageId: string; }>; complete: (request: SimpleCompletionRequest) => Promise<{ text: string; }>; ... 5 more ...; onThinkingChunk: (cb: (data: { ...; }) => void) => UnsubFn; }; ... 17 more ...; collab: { ...; }; }'. husky - pre-commit script failed (code 2)
Update @openconduit/core and open PR: node_modules/@openconduit/core/src/components/SettingsPanel.tsx#L3753
Property 'machine' does not exist on type '{ chat: { send: (request: ChatRequest) => Promise<{ messageId: string; }>; complete: (request: SimpleCompletionRequest) => Promise<{ text: string; }>; ... 5 more ...; onThinkingChunk: (cb: (data: { ...; }) => void) => UnsubFn; }; ... 17 more ...; collab: { ...; }; }'.
Update @openconduit/core and open PR
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, peter-evans/create-pull-request@v6. 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/