Skip to content

Fix relative link paths in pnpm lockfile #138

Fix relative link paths in pnpm lockfile

Fix relative link paths in pnpm lockfile #138

Re-run triggered June 16, 2024 19:51
Status Failure
Total duration 26s
Artifacts

main.yaml

on: pull_request
Matrix: everything
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
everything (18): src/lib/lockfile/helpers/generate-pnpm-lockfile.ts#L145
Expected 4 arguments, but got 3.
everything (18): src/lib/lockfile/helpers/generate-pnpm-lockfile.ts#L146
Argument of type 'Lockfile | Lockfile' is not assignable to parameter of type 'Lockfile'.
everything (18): src/lib/lockfile/helpers/generate-pnpm-lockfile.ts#L159
Argument of type '{ patchedDependencies: Record<string, PatchFile> | undefined; importers: Record<ProjectId, ProjectSnapshot>; lockfileVersion: string; ... 6 more ...; settings?: LockfileSettings | undefined; } | { ...; }' is not assignable to parameter of type 'Lockfile'.
everything (18): src/lib/lockfile/helpers/generate-pnpm-lockfile.ts#L163
Argument of type '{ patchedDependencies: Record<string, PatchFile> | undefined; importers: Record<ProjectId, ProjectSnapshot>; lockfileVersion: string; ... 6 more ...; settings?: LockfileSettings | undefined; } | { ...; }' is not assignable to parameter of type 'Lockfile'.
everything (18)
Process completed with exit code 2.
everything (18)
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/.