This repository was archived by the owner on Oct 16, 2025. It is now read-only.
build(deps): bump @metamask/superstruct from 3.1.0 to 3.2.1 #603
build-test.yml
on: pull_request
Matrix: Build, Lint, and Test
All jobs pass
3s
Annotations
6 warnings
|
Build, Lint, and Test (22.x)
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Build, Lint, and Test (22.x):
src/PollingBlockTracker.test.ts#L177
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Build, Lint, and Test (18.x)
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Build, Lint, and Test (18.x):
src/PollingBlockTracker.test.ts#L177
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Build, Lint, and Test (20.x)
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Build, Lint, and Test (20.x):
src/PollingBlockTracker.test.ts#L177
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|