Skip to content

Commit

Permalink
Update min version node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Jan 8, 2025
1 parent 8c56893 commit 9a0fb3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fetch-node-details/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fetchNodeDetails.getNodeDetails({ verifier: "google", verifierId: "[email protected]"
## Requirements

- This package requires a peer dependency of `@babel/runtime`
- Node 18+
- Node 20+

## Local Development

Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-node-details/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"homepage": "https://github.com/torusresearch/fetch-node-details-sapphire#readme",
"engines": {
"node": ">=18.x",
"node": ">=20.x",
"npm": ">=9.x"
},
"publishConfig": {
Expand Down

0 comments on commit 9a0fb3d

Please sign in to comment.