Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

a ping wrapper for nodejs

@last-modified: 2025-09-29
@last-modified: 2026-09-10

# License MIT

Expand All @@ -20,7 +20,7 @@ npm install ping

Notes:

* Although it is marked with node >=22, it should technially working in all node version for production purpose. The version is marked for development point of view
* Requires Node.js >= 20.19.0 (also needed for the current test toolchain)

# Usage

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"url": "git://github.com/danielzzz/node-ping.git"
},
"engines": {
"node": ">=22.0.0"
"node": ">=20.19.0"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
Expand Down
Loading