Skip to content

fix: fix warmup (fix bug with cards loads after first catalog visit) #25

fix: fix warmup (fix bug with cards loads after first catalog visit)

fix: fix warmup (fix bug with cards loads after first catalog visit) #25

Triggered via push April 27, 2026 08:17
Status Failure
Total duration 44s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
build
Process completed with exit code 1.
tests/AppButton.spec.ts > AppButton > shows loading spinner when loading prop is true: app/composables/useCatalog.ts#L65
ReferenceError: useRuntimeConfig is not defined ❯ useCatalog app/composables/useCatalog.ts:65:18 ❯ useCatalogNavigationWarmup app/composables/useCatalogNavigationWarmup.ts:4:67 ❯ setup app/components/ui/AppButton.vue:21:32 ❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:200:19 ❯ setupStatefulComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:8063:25 ❯ setupComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:8025:36 ❯ mountComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5951:7 ❯ processComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5917:9 ❯ patch node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5427:11 ❯ ReactiveEffect.componentUpdateFn [as fn] node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6065:11
tests/AppButton.spec.ts > AppButton > renders correctly with glass variant: app/composables/useCatalog.ts#L65
ReferenceError: useRuntimeConfig is not defined ❯ useCatalog app/composables/useCatalog.ts:65:18 ❯ useCatalogNavigationWarmup app/composables/useCatalogNavigationWarmup.ts:4:67 ❯ setup app/components/ui/AppButton.vue:21:32 ❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:200:19 ❯ setupStatefulComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:8063:25 ❯ setupComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:8025:36 ❯ mountComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5951:7 ❯ processComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5917:9 ❯ patch node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5427:11 ❯ ReactiveEffect.componentUpdateFn [as fn] node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6065:11
tests/AppButton.spec.ts > AppButton > renders correctly with default props: app/composables/useCatalog.ts#L65
ReferenceError: useRuntimeConfig is not defined ❯ useCatalog app/composables/useCatalog.ts:65:18 ❯ useCatalogNavigationWarmup app/composables/useCatalogNavigationWarmup.ts:4:67 ❯ setup app/components/ui/AppButton.vue:21:32 ❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:200:19 ❯ setupStatefulComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:8063:25 ❯ setupComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:8025:36 ❯ mountComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5951:7 ❯ processComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5917:9 ❯ patch node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5427:11 ❯ ReactiveEffect.componentUpdateFn [as fn] node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6065:11
build
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. 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: app/pages/contacts.vue#L61
Require self-closing on HTML elements (<textarea>)
build: app/layouts/default.vue#L16
Require self-closing on HTML elements (<div>)
build: app/layouts/default.vue#L15
Require self-closing on HTML elements (<div>)
build: app/components/ui/AppInput.vue#L9
Prop 'ariaLabel' requires default value to be set
build: app/components/ui/AppInput.vue#L8
Prop 'name' requires default value to be set
build: app/components/ui/AppInput.vue#L7
Prop 'error' requires default value to be set
build: app/components/ui/AppInput.vue#L6
Prop 'label' requires default value to be set
build: app/components/ui/AppInput.vue#L5
Prop 'placeholder' requires default value to be set
build: app/components/ui/AppInput.vue#L3
Prop 'modelValue' requires default value to be set