chore: Ugrade tap #46
Annotations
6 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/download-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
src/table/__integ__/table-interaction-metrics.test.ts#L60
expect(received).toBeLessThanOrEqual(expected)
Expected: <= 2000
Received: 2185
at src/table/__integ__/table-interaction-metrics.test.ts:60:40
at src/table/__integ__/table-interaction-metrics.test.ts:30:5
|
src/table/__integ__/keyboard-scroll.test.ts#L28
expect(received).toBeLessThan(expected)
Expected: < 8
Received: 22
at src/table/__integ__/keyboard-scroll.test.ts:28:23
|
src/table/__integ__/keyboard-scroll.test.ts#L28
expect(received).toBeLessThan(expected)
Expected: < 22
Received: 34
at src/table/__integ__/keyboard-scroll.test.ts:28:23
|
src/table/__integ__/keyboard-scroll.test.ts#L23
expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
at src/table/__integ__/keyboard-scroll.test.ts:23:18
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "components-package", "dependencies".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading