Skip to content
Triggered via push October 31, 2024 19:02
Status Failure
Total duration 31s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
test: src/collection.ts#L131
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
test: tests/collection.spec.ts#L135
Do not use String as a constructor
test: tests/collection.spec.ts#L144
Do not use Number as a constructor
test: tests/collection.spec.ts#L153
Do not use Boolean as a constructor
test
Process completed with exit code 1.
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/