chore(release): v2.0.1 #52
Annotations
2 errors and 1 warning
test/basic.spec.ts#L53
AssertionError: expected { primary: 'purple', …(3) } to match object { primary: 'green', gray: 'cool' }
(2 matching properties omitted from actual)
- Expected
+ Received
Object {
- "gray": "cool",
- "primary": "green",
+ "gray": "gray",
+ "primary": "purple",
}
❯ ../basic.spec.ts:53:41
|
|
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