-
Notifications
You must be signed in to change notification settings - Fork 32
test with node 22 #653
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
test with node 22 #653
Conversation
|
| Name | Type |
|---|---|
| @celo/celocli | Major |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #653 +/- ##
==========================================
- Coverage 76.32% 68.86% -7.46%
==========================================
Files 278 152 -126
Lines 11243 7028 -4215
Branches 1733 1143 -590
==========================================
- Hits 8581 4840 -3741
+ Misses 2527 2097 -430
+ Partials 135 91 -44
🚀 New features to boost your workflow:
|
size-limit report 📦
|
Description
set default node version for test runs to 22
Other changes
make it so the ci tests can easily be run with other node versions
Tested
naturally
How to QA
n/a
Related issues
PR-Codex overview
This PR focuses on refactoring the codebase to improve the handling of client objects, specifically transitioning to a unified
Clientstype. It also updates various configurations and dependencies, enhances test scripts, and modifies command parameters for better clarity and functionality.Detailed summary
node-versionfrom20to22in workflow files.Clientstype instead of separatePublicClientandWalletClient.vote,getEpochManagerContract, and others to acceptClients.useAKVflag documentation updated for clarity.votefunction for better feedback.