chore(deps): update dependency vitest to v1 - autoclosed #1912
Annotations
3 errors and 1 warning
src/getTokenInput.test.ts#L49
Error: Snapshot `getTokenInput > throws an error when neither the core input nor process.env backup exist 1` mismatched
- Expected
+ Received
- "No fake-name input or FAKE_BACKUP environment variable defined."
+ [Error: No fake-name input or FAKE_BACKUP environment variable defined.]
❯ src/getTokenInput.test.ts:49:5
|
src/tryCatchInfoAction.test.ts#L21
Error: Snapshot `tryCatchInfoAction > returns the action's result when it resolves 1` mismatched
- Expected
+ Received
[
[
"Start: abc",
],
[
- "Result from abc: \"abc\"",
+ "Result from abc: "abc"",
],
]
❯ src/tryCatchInfoAction.test.ts:21:31
|
|
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/.
|
This job failed
Loading