-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix eslint and type errors in frontend package #514
Comments
…pe-errors-in-frontend-package [#514] chore: fix eslint and typescript errors
OK NOW - There are no errors. Still some warnings that notifies users of the deprecation of Node.js 16 actions in GitHub actions. It advises updating to Node.js 20, specifically mentioning the actions/cache@v2 action. Additionally, it warns that actions currently using Node.js 12 will be forced to run on Node.js 16, with a link provided for further information. Setting Ready for Stage - as above are not breaking any functionality. |
Due to the introduction of #511 eslint and tsc throws errors.
Result of lint execution:
Result of tsc execution:
DoD
All of the above should return no errors.
The text was updated successfully, but these errors were encountered: