Skip to content

Commit

Permalink
Updated dependencies and Node.js (#68)
Browse files Browse the repository at this point in the history
* Updated dependencies

* Update nodejs matrix
  • Loading branch information
delvedor committed May 2, 2022
1 parent 6492166 commit e427bc4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
19 changes: 11 additions & 8 deletions package.json
Expand Up @@ -9,12 +9,15 @@
"require": "./index.js",
"import": "./index.mjs"
},
"./": "./"
"./*": "./*.js"
},
"scripts": {
"test": "standard && NODE_EXTRA_CA_CERTS=test/fixtures/certs_unit_test.pem ava -v test/*.test.js && tsd",
"test-ci": "standard && ava -v test/*.test.js && tsd"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/delvedor/hpagent.git"
Expand All @@ -38,13 +41,13 @@
"directory": "test"
},
"devDependencies": {
"ava": "^3.10.1",
"got": "^11.5.1",
"needle": "^2.5.0",
"node-fetch": "^2.6.0",
"ava": "^4.2.0",
"got": "^11.8.3",
"needle": "^3.1.0",
"node-fetch": "^2.6.7",
"proxy": "^1.0.2",
"simple-get": "^4.0.0",
"standard": "^16.0.1",
"tsd": "^0.13.1"
"simple-get": "^4.0.1",
"standard": "^17.0.0",
"tsd": "^0.20.0"
}
}

0 comments on commit e427bc4

Please sign in to comment.