Skip to content

fix(deps): update all non-major dependencies #909

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #909

Triggered via pull request February 9, 2025 12:56
Status Failure
Total duration 40s
Artifacts

continuous-integration.yml

on: pull_request
Unit Tests
0s
Unit Tests
Linting
28s
Linting
Compile source code
25s
Compile source code
Upload coverage report to codecov
0s
Upload coverage report to codecov
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Unit Tests
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: a8a3f3ad30e3422c9c7b888a15615d19a852ae32`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
Compile source code: src/lib/resolvers/hyperlink.ts#L7
Type 'Ok<URL, unknown> | Err<Identifiers.ArgumentHyperlinkError, URL>' is not assignable to type 'Result<URL, Identifiers.ArgumentHyperlinkError, boolean>'.
Compile source code
Process completed with exit code 1.
Linting: src/lib/structures/command.ts#L120
Replace `defaultCooldown?.limit·??·1` with `(defaultCooldown?.limit·??·1)`
Linting: src/lib/structures/command.ts#L121
Replace `defaultCooldown?.delay·??·0` with `(defaultCooldown?.delay·??·0)`
Linting: src/lib/structures/listener.ts#L36
Insert `(`
Linting: src/lib/structures/listener.ts#L38
Insert `)`
Linting
Process completed with exit code 1.