Skip to content

implement cookie-based caching for featured listings #1609

implement cookie-based caching for featured listings

implement cookie-based caching for featured listings #1609

Status Failure
Total duration 40s
Artifacts

test.yml

on: pull_request
run-tests
27s
run-tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
run-tests
Argument of type 'FeaturedListing[]' is not assignable to parameter of type 'FeaturedListing[] | (() => FeaturedListing[])'.
run-tests
Argument of type '{ id: string; username: string; slug: string | null; name: string; }[]' is not assignable to parameter of type 'FeaturedListing[]'.
run-tests
Process completed with exit code 2.
run-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/