-
Notifications
You must be signed in to change notification settings - Fork 69
Update to node20 and use package instead of node_modules & bugfixes #55
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
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.
Thank you @humble-barnacle001 - these improvements are great! I didn't know the recommendation to commit the node_modules has changed, I'm glad we no longer have to do that.
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.
I believe if process.env.VERBOSE === false, this would still turn into true with ||, I think ?? would work better for all of these. I'll change it on my side since I'm about to update the code a bit and don't want you to have to deal with the merge conflicts.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I wanted to improve certain things and make some bugfixes: