Skip to content

Commit

Permalink
Support node >= 20
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Jan 9, 2025
1 parent 5f4b0be commit 3fe08f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ fetchNodeDetails
## Requirements

- This package requires a peer dependency of `@babel/runtime`
- Node 16+
- Node 20+
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
]
},
"engines": {
"node": ">=18.x",
"node": ">=20.x",
"npm": ">=9.x"
}
}

0 comments on commit 3fe08f2

Please sign in to comment.