-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Readme rewrites and node version bump (#480)
### Description simplify and reduce number of examples. link to proper docs. #### Other changes try running tests on node 20 ### Related issues - Fixes #479 <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the `celocli` and `contractkit` packages to support Node.js version 20, along with various improvements and clarifications in the documentation. ### Detailed summary - Updated `node` engine requirement in `package.json` to `>=18`. - Changed CI workflow to use Node.js version 20. - Revised `README.md` for `celocli` to reflect support for Node.js 20 and provide installation instructions. - Updated `README.md` for `contractkit` with new installation requirements and examples. - Removed outdated warnings and documentation sections. > β¨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> --------- Co-authored-by: Leszek Stachowski <[email protected]>
- Loading branch information
Showing
6 changed files
with
104 additions
and
515 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@celo/celocli": patch | ||
"@celo/contractkit": patch | ||
--- | ||
|
||
Recommended node version is now node 20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.