Skip to content

Feature/christenjack/storage #150

Feature/christenjack/storage

Feature/christenjack/storage #150

Triggered via pull request June 29, 2024 22:54
Status Failure
Total duration 55s
Artifacts

frontend.yml

on: pull_request
Frontend check
45s
Frontend check
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
Frontend check: frontend/src/components/NewsletterSidebar.tsx#L99
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
Frontend check: frontend/src/components/NewsletterSidebar.tsx#L110
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
Frontend check: frontend/src/components/NewsletterSidebar.tsx#L303
Promise-returning function provided to attribute where a void return was expected
Frontend check: frontend/src/components/NewsletterSidebar.tsx#L312
Promise-returning function provided to attribute where a void return was expected
Frontend check
Process completed with exit code 1.
Frontend check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Frontend check: frontend/src/app/admin/event-creator/page.tsx#L340
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element