Skip to content

Commit b10206d

Browse files
authored
Merge pull request #137 from http-party/modernize2
Modernize2
2 parents a4e2671 + d4ac2c6 commit b10206d

File tree

3 files changed

+208
-36
lines changed

3 files changed

+208
-36
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
node-version: [0.12.x, 4.x, 14.x, 16.x, 18.x]
10+
node-version: [0.12.x, 4.x, 6.x, 8.x, 10.x, 12.x, 14.x, 16.x, 18.x]
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212

1313
runs-on: ${{ matrix.os }}

package-lock.json

Lines changed: 204 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717
],
1818
"dependencies": {
1919
"async": "^2.6.4",
20-
"debug": "^3.1.1",
21-
"mkdirp": "^0.5.5"
20+
"debug": "^3.2.7",
21+
"mkdirp": "^0.5.6"
2222
},
2323
"devDependencies": {
24-
"glob": "^7.1.4",
25-
"vows": "^0.8.2"
24+
"vows": "^0.8.3"
2625
},
2726
"main": "./lib/portfinder",
2827
"types": "./lib/portfinder.d.ts",

0 commit comments

Comments
 (0)