-
Notifications
You must be signed in to change notification settings - Fork 2
Update dev dependencies and workflows to support Node 24 #92
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
Signed-off-by: Andrew W. Harn <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## zowe-v2-lts #92 +/- ##
============================================
Coverage 90.51% 90.51%
============================================
Files 13 13
Lines 137 137
Branches 18 18
============================================
Hits 124 124
Misses 13 13 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Andrew W. Harn <[email protected]>
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 @awharn - I assume updating @types/node to a more recent version like 20.x caused build errors, and since this is the V2 branch we won't worry about it 😋
…ment/v2/node24-support Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
|



What It Does
Update packages to support Node 24
Add Node 24 workflow
How to Test
Review Checklist
I certify that I have:
Additional Comments