Skip to content

🐛 broken links fixed #57

🐛 broken links fixed

🐛 broken links fixed #57

Triggered via push March 7, 2024 10:53
Status Failure
Total duration 1m 25s
Artifacts

ci.yml

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

Annotations

13 errors and 8 warnings
test (18.x, ubuntu-latest)
Process completed with exit code 1.
test (16.x, ubuntu-latest)
Process completed with exit code 1.
typecheck: src/common/api/api-service.ts#L40
Property 'data' does not exist on type 'Promise<AxiosResponse<T, any>>'.
typecheck: src/mocks/handlers/account.handler.ts#L2
Cannot find module '@/models/Login' or its corresponding type declarations.
typecheck: src/mocks/handlers/order.handler.ts#L34
'createFakeOrderItems' is declared but its value is never read.
typecheck: src/store/order.store.ts#L25
'response' is declared but its value is never read.
typecheck: src/components/Color/CreateColor.vue#L8
Cannot find name 'ColorCreateModel'.
typecheck: src/components/Customers/CustomerManagement.vue#L20
Property 'proxy' does not exist on type 'ComponentInternalInstance | null'.
typecheck: src/components/Orders/OrderManagement.vue#L19
Property 'proxy' does not exist on type 'ComponentInternalInstance | null'.
typecheck: src/components/Review/ReviewManagement.vue#L11
't' is declared but its value is never read.
typecheck: src/components/Review/ReviewManagement.vue#L17
Property 'proxy' does not exist on type 'ComponentInternalInstance | null'.
typecheck: src/components/UserProfile.vue#L38
Type '{ label: string; to: string; value: () => void; }[]' is not assignable to type 'SelectMixedOption[]'.
test-e2e
The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
test (18.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (16.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: src/components/Review/ReviewManagement.vue#L11
't' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/mocks/handlers/order.handler.ts#L34
'createFakeOrderItems' is defined but never used. Allowed unused vars must match /^_/u
lint: src/store/order.store.ts#L25
'response' is assigned a value but never used. Allowed unused vars must match /^_/u
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-e2e
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, pnpm/action-setup@v2, actions/setup-node@v3, cypress-io/github-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.