-
Notifications
You must be signed in to change notification settings - Fork 12
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
Use Node 18 and 20 #141
Use Node 18 and 20 #141
Conversation
Signed-off-by: Andrew W. Harn <[email protected]>
Codecov ReportAll modified lines are covered by tests ✅ 📢 Thoughts on this report? Let us know!. |
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.
unit test failure?
I see that, needed all the pipelines to run across all the repos to surface things like this. Kind of strange that it is only occurring on Windows, yet the same change on V1 doesn't cause the error. |
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
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.
the code smell is just complaining about thow "string"
instead of throw new Error("string")
not a big deal 😋
LGTM! 😋
What It Does
Use node 18 and 20 in workflows
How to Test
Review Checklist
I certify that I have:
Additional Comments