Skip to content

Commit

Permalink
Merge pull request #137 from http-party/modernize2
Browse files Browse the repository at this point in the history
Modernize2
  • Loading branch information
eriktrom committed Aug 6, 2022
2 parents a4e2671 + d4ac2c6 commit b10206d
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [0.12.x, 4.x, 14.x, 16.x, 18.x]
node-version: [0.12.x, 4.x, 6.x, 8.x, 10.x, 12.x, 14.x, 16.x, 18.x]
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down
235 changes: 204 additions & 31 deletions package-lock.json

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

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
],
"dependencies": {
"async": "^2.6.4",
"debug": "^3.1.1",
"mkdirp": "^0.5.5"
"debug": "^3.2.7",
"mkdirp": "^0.5.6"
},
"devDependencies": {
"glob": "^7.1.4",
"vows": "^0.8.2"
"vows": "^0.8.3"
},
"main": "./lib/portfinder",
"types": "./lib/portfinder.d.ts",
Expand Down

0 comments on commit b10206d

Please sign in to comment.