-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add verify workflow and specify node version #53
Conversation
HarlemSquirrel
commented
Apr 16, 2024
•
edited
Loading
edited
- Verify with linters and by building the browser extensions on each push.
- Add web-ext
- Specify the same node version we're using with the main app.
Is this one ready to go or are you still adding? I'd try to see if we can bump prettier to v3 since that's what KeeWeb is running on now, then the configs can be used across the board. I made a really nice config for ESLint, but there are still plugins not compatible with the latest version, so I have to wait. |
This is ready if it looks good to you |
I can try bumping prettier |
Prettier v3 die on you? |
Yeah, led me down dependency hell. Opened new PR to work on node 18 and hopefully prettier 3 |
Trust me, already went through that with KeeWeb. I lost a week of my life just fixing that mess. |