fix: add readme png to npmjs #6
Annotations
3 errors and 1 warning
Test:
test/execa.test.ts#L15
Error: Snapshot `execa > execaSync 2` mismatched
- Expected
+ Received
{
- "err": "'echoa' is not recognized as an internal or external command,
- operable program or batch file.
+ "err": "sh: echoa: command not found
",
"error": undefined,
"out": "",
}
❯ test/execa.test.ts:15:36
|
Test:
test/execa.test.ts#L42
Error: Snapshot `execa > execa 2` mismatched
- Expected
+ Received
{
- "err": "'echoa' is not recognized as an internal or external command,
- operable program or batch file.
+ "err": "sh: echoa: command not found
",
"error": undefined,
"out": "",
}
❯ test/execa.test.ts:42:38
|
Test
Process completed with exit code 1.
|
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/.
|
The logs for this run have expired and are no longer available.
Loading