Skip to content

Commit f2c359c

Browse files
author
Mond WAN
committed
Update Node version
* From node 4.0 to node 22 * The version is updated for using the latest devDependneices only
1 parent e4aafb5 commit f2c359c

File tree

10 files changed

+8662
-5982
lines changed

10 files changed

+8662
-5982
lines changed

.eslintrc.json

Lines changed: 0 additions & 1012 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
language: node_js
22
node_js:
3-
- 17
4-
- 16
5-
- 15
63
- lts/*
74

85
script:

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = function (grunt) {
55
eslint: {
66
src: ['lib/*.js', 'lib/**/*.js'],
77
options: {
8-
overrideConfigFile: '.eslintrc.json',
8+
overrideConfigFile: 'eslint.config.js',
99
},
1010
},
1111
mochaTest: {

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
a ping wrapper for nodejs
44

5-
@last-modified: 2023-03-11
5+
@last-modified: 2025-09-29
66

77
# License MIT
88

@@ -12,12 +12,16 @@ http://github.com/danielzzz/node-ping
1212

1313
# Description
1414

15-
node-ping is a simple wrapper for the system ping utility
15+
node-ping is a simple wrapper for the system ping utility.
1616

1717
# Installation
1818

1919
npm install ping
2020

21+
Notes:
22+
23+
* 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
24+
2125
# Usage
2226

2327
Below are examples extracted from `examples`

0 commit comments

Comments
 (0)