fix(deps): update dependency execa to v9 #46
Annotations
3 errors and 1 warning
Run pnpm build:
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>'.
|
Run pnpm build:
src/utils/exec-shell.ts#L24
Argument of type 'number | undefined' is not assignable to parameter of type 'number'.
|
Run pnpm build
Process completed with exit code 1.
|
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/.
|
Loading