fix(deps): update dependency execa to v9 #46
ci.yml
on: pull_request
format
12s
lint
14s
Matrix: tests
Annotations
11 errors and 3 warnings
node 20:
src/utils/exec-shell.ts#L5
Argument of type '() => Promise<{ data: { output: string; exitCode: number | undefined; }; error?: undefined; } | { error: ShellError; data?: undefined; }>' is not assignable to parameter of type 'TrySafeFn<ShellResult, ShellError>'.
|
node 20:
src/utils/exec-shell.ts#L24
Argument of type 'number | undefined' is not assignable to parameter of type 'number'.
|
node 20
Process completed with exit code 1.
|
node 16
The job was canceled because "_20" failed.
|
node 16:
src/utils/exec-shell.ts#L5
Argument of type '() => Promise<{ data: { output: string; exitCode: number | undefined; }; error?: undefined; } | { error: ShellError; data?: undefined; }>' is not assignable to parameter of type 'TrySafeFn<ShellResult, ShellError>'.
|
node 16:
src/utils/exec-shell.ts#L24
Argument of type 'number | undefined' is not assignable to parameter of type 'number'.
|
node 16
Process completed with exit code 1.
|
node 18
The job was canceled because "_20" failed.
|
node 18:
src/utils/exec-shell.ts#L5
Argument of type '() => Promise<{ data: { output: string; exitCode: number | undefined; }; error?: undefined; } | { error: ShellError; data?: undefined; }>' is not assignable to parameter of type 'TrySafeFn<ShellResult, ShellError>'.
|
node 18:
src/utils/exec-shell.ts#L24
Argument of type 'number | undefined' is not assignable to parameter of type 'number'.
|
node 18
Process completed with exit code 1.
|
node 20
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. 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: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|