-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: setup CI/CD #66
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for this bit of nitpick-y code format request: could you add an empty line at the end of the files?
Also, if we want to fix the current build failures, this might be helpful? |
Thanks for the suggestion! I did the formatting thing too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks for handling this setup!
- react-scripts test is incompatible w/ node.js 14.x, need version 16.x+
FYI, I removed version 14.x from the yaml file b/c its incompatible with react-scripts test. |
Closes #41