Skip to content

feat: update monetary handling across the application to use Decimal … #35

feat: update monetary handling across the application to use Decimal …

feat: update monetary handling across the application to use Decimal … #35

Triggered via push June 10, 2026 06:56
Status Failure
Total duration 10m 18s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 4 warnings
Build
Process completed with exit code 1.
Unit Tests
The job has exceeded the maximum execution time of 10m0s
TypeError: vi.unstubAllGlobals is not a function. (In 'vi.unstubAllGlobals()': src/lib/test/turnstile.test.ts#L34
at <anonymous> (/home/runner/work/devix/devix/src/lib/test/turnstile.test.ts:34:8)
TypeError: vi.stubGlobal is not a function. (In 'vi.stubGlobal("fetch": src/lib/test/turnstile.test.ts#L47
}))', 'vi.stubGlobal' is undefined) at <anonymous> (/home/runner/work/devix/devix/src/lib/test/turnstile.test.ts:47:8)
TypeError: vi.unstubAllGlobals is not a function. (In 'vi.unstubAllGlobals()': src/lib/test/turnstile.test.ts#L34
at <anonymous> (/home/runner/work/devix/devix/src/lib/test/turnstile.test.ts:34:8)
TypeError: vi.unstubAllGlobals is not a function. (In 'vi.unstubAllGlobals()': src/lib/test/turnstile.test.ts#L34
at <anonymous> (/home/runner/work/devix/devix/src/lib/test/turnstile.test.ts:34:8)
ReferenceError: sessionStorage is not defined: src/lib/test/estimator-session.test.ts#L24
at <anonymous> (/home/runner/work/devix/devix/src/lib/test/estimator-session.test.ts:24:5)
ReferenceError: sessionStorage is not defined: src/lib/test/estimator-session.test.ts#L24
at <anonymous> (/home/runner/work/devix/devix/src/lib/test/estimator-session.test.ts:24:5)
ReferenceError: sessionStorage is not defined: src/lib/test/estimator-session.test.ts#L24
at <anonymous> (/home/runner/work/devix/devix/src/lib/test/estimator-session.test.ts:24:5)
ReferenceError: sessionStorage is not defined: src/lib/test/estimator-session.test.ts#L24
at <anonymous> (/home/runner/work/devix/devix/src/lib/test/estimator-session.test.ts:24:5)
TypeError: undefined is not a constructor (evaluating 'new import_lru_cache.LRUCache({: node_modules/isomorphic-dompurify/node_modules/jsdom/node_modules/@asamuzakjp/dom-selector/dist/cjs/index.cjs#L4391
})') at new DOMSelector (/home/runner/work/devix/devix/node_modules/isomorphic-dompurify/node_modules/jsdom/node_modules/@asamuzakjp/dom-selector/dist/cjs/index.cjs:4391:19) at new DocumentImpl (/home/runner/work/devix/devix/node_modules/isomorphic-dompurify/node_modules/jsdom/lib/jsdom/living/nodes/Document-impl.js:206:25) at <anonymous> (/home/runner/work/devix/devix/node_modules/isomorphic-dompurify/node_modules/jsdom/lib/generated/idl/Document.js:108:12) at <anonymous> (/home/runner/work/devix/devix/node_modules/isomorphic-dompurify/node_modules/jsdom/lib/generated/idl/Document.js:53:27) at <anonymous> (/home/runner/work/devix/devix/node_modules/isomorphic-dompurify/node_modules/jsdom/lib/jsdom/living/documents.js:14:33) at installOwnProperties (/home/runner/work/devix/devix/node_modules/isomorphic-dompurify/node_modules/jsdom/lib/jsdom/browser/Window.js:197:32) at <anonymous> (/home/runner/work/devix/devix/node_modules/isomorphic-dompurify/node_modules/jsdom/lib/jsdom/browser/Window.js:123:3) at new JSDOM (/home/runner/work/devix/devix/node_modules/isomorphic-dompurify/node_modules/jsdom/lib/api.js:41:20) at <anonymous> (/home/runner/work/devix/devix/node_modules/isomorphic-dompurify/index.js:1:224) at <anonymous> (/home/runner/work/devix/devix/node_modules/isomorphic-dompurify/index.js:1:259)
error: Playwright Test did not expect test() to be called here.: node_modules/playwright/lib/common/index.js#L2221
- You are calling test() in a configuration file. - You are calling test() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. at _currentSuite (/home/runner/work/devix/devix/node_modules/playwright/lib/common/index.js:2221:17) at _createTest (/home/runner/work/devix/devix/node_modules/playwright/lib/common/index.js:2234:24) at /home/runner/work/devix/devix/e2e/visual-baseline.spec.ts:10:3
Type Check
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 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
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 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/
Build
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 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/
Unit Tests
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 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/