Skip to content

changes

changes #75

Triggered via push May 8, 2026 15:26
Status Failure
Total duration 40s
Artifacts

client-ci.yml

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

Annotations

4 errors and 1 warning
build (22.x)
Process completed with exit code 1.
tests/notes/notes-api.test.ts > notes api > deleteNote calls DELETE endpoint: client/src/services/note-service.ts#L60
AxiosError: Network Error ❯ XMLHttpRequest.handleError node_modules/.pnpm/axios@1.16.0/node_modules/axios/lib/adapters/xhr.js:123:21 ❯ XMLHttpRequest.invokeTheCallbackFunction node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/generated/idl/EventHandlerNonNull.js:14:28 ❯ XMLHttpRequest.<anonymous> node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/helpers/create-event-accessor.js:57:32 ❯ innerInvokeEventListeners node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:360:16 ❯ invokeEventListeners node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:296:3 ❯ XMLHttpRequestImpl._dispatch node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:243:9 ❯ fireAnEvent node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/helpers/events.js:18:36 ❯ requestErrorSteps node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:157:3 ❯ dispatchError node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:131:3 ❯ node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:752:13 ❯ Axios.request node_modules/.pnpm/axios@1.16.0/node_modules/axios/lib/core/Axios.js:46:41 ❯ Module.deleteNote src/services/note-service.ts:60:2 ❯ tests/notes/notes-api.test.ts:37:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { description: undefined, number: undefined, config: { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false, legacyInterceptorReqResOrdering: true }, adapter: [ 'xhr', 'http', 'fetch' ], transformRequest: [ 'Function<transformRequest>' ], transformResponse: [ 'Function<transformResponse>' ], timeout: +0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' }, validateStatus: 'Function<validateStatus>', headers: { Accept: 'application/json', 'Content-Type': 'application/json', 'X-Requested-With': 'XMLHttpRequest' }, baseURL: '/api/', withCredentials: true, withXSRFToken: true, method: 'delete', url: 'notes/note-1', allowAbsoluteUrls: true }, code: 'ERR_NETWORK', status: undefined }
tests/notes/notes-api.test.ts > notes api > updateNote calls PUT with content: client/src/services/note-service.ts#L55
AxiosError: Network Error ❯ XMLHttpRequest.handleError node_modules/.pnpm/axios@1.16.0/node_modules/axios/lib/adapters/xhr.js:123:21 ❯ XMLHttpRequest.invokeTheCallbackFunction node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/generated/idl/EventHandlerNonNull.js:14:28 ❯ XMLHttpRequest.<anonymous> node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/helpers/create-event-accessor.js:57:32 ❯ innerInvokeEventListeners node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:360:16 ❯ invokeEventListeners node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:296:3 ❯ XMLHttpRequestImpl._dispatch node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:243:9 ❯ fireAnEvent node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/helpers/events.js:18:36 ❯ requestErrorSteps node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:157:3 ❯ dispatchError node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:131:3 ❯ node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:752:13 ❯ Axios.request node_modules/.pnpm/axios@1.16.0/node_modules/axios/lib/core/Axios.js:46:41 ❯ Module.updateNote src/services/note-service.ts:55:19 ❯ tests/notes/notes-api.test.ts:29:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { description: undefined, number: undefined, config: { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false, legacyInterceptorReqResOrdering: true }, adapter: [ 'xhr', 'http', 'fetch' ], transformRequest: [ 'Function<transformRequest>' ], transformResponse: [ 'Function<transformResponse>' ], timeout: +0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' }, validateStatus: 'Function<validateStatus>', headers: { Accept: 'application/json', 'Content-Type': 'application/json', 'X-Requested-With': 'XMLHttpRequest' }, baseURL: '/api/', withCredentials: true, withXSRFToken: true, method: 'put', url: 'notes/id-1', data: '{"content":"<p>x</p>"}', allowAbsoluteUrls: true }, code: 'ERR_NETWORK', status: undefined }
tests/notes/notes-api.test.ts > notes api > fetchNotesPage calls GET with page and query params: client/src/services/note-service.ts#L45
AxiosError: Network Error ❯ XMLHttpRequest.handleError node_modules/.pnpm/axios@1.16.0/node_modules/axios/lib/adapters/xhr.js:123:21 ❯ XMLHttpRequest.invokeTheCallbackFunction node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/generated/idl/EventHandlerNonNull.js:14:28 ❯ XMLHttpRequest.<anonymous> node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/helpers/create-event-accessor.js:57:32 ❯ innerInvokeEventListeners node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:360:16 ❯ invokeEventListeners node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:296:3 ❯ XMLHttpRequestImpl._dispatch node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:243:9 ❯ fireAnEvent node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/helpers/events.js:18:36 ❯ requestErrorSteps node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:157:3 ❯ dispatchError node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:131:3 ❯ node_modules/.pnpm/jsdom@29.1.1/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:752:13 ❯ Axios.request node_modules/.pnpm/axios@1.16.0/node_modules/axios/lib/core/Axios.js:46:41 ❯ Module.fetchNotesPage src/services/note-service.ts:45:19 ❯ tests/notes/notes-api.test.ts:19:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { description: undefined, number: undefined, config: { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false, legacyInterceptorReqResOrdering: true }, adapter: [ 'xhr', 'http', 'fetch' ], transformRequest: [ 'Function<transformRequest>' ], transformResponse: [ 'Function<transformResponse>' ], timeout: +0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' }, validateStatus: 'Function<validateStatus>', headers: { Accept: 'application/json', 'Content-Type': 'application/json', 'X-Requested-With': 'XMLHttpRequest' }, baseURL: '/api/', withCredentials: true, withXSRFToken: true, method: 'get', url: 'notes?page=2&sort_by=updated_at&sort_direction=desc&search=abc', allowAbsoluteUrls: true }, code: 'ERR_NETWORK', status: undefined }
build (22.x)
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 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/