Skip to content

Commit 8bff902

Browse files
Chan Chak Shingzoracon
authored andcommitted
Use the latest node LTS builds for unittests (EFForg#18763)
* Run npm remove node-webcrypto-ossl * npm install --save-dev node-webcrypto-ossl * Run npm audit fix * Use the latest node LTS builds for unittests
1 parent 25bf65e commit 8bff902

3 files changed

Lines changed: 35 additions & 25 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matrix:
1717
- env: TEST="unittests"
1818
language: node_js
1919
node_js:
20-
- "lts/dubnium"
20+
- "lts/*"
2121
- env: TEST="validations"
2222
- env: TEST="fetch"
2323
- env: TEST="preloaded"

chromium/package-lock.json

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

chromium/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"fetch-mock": "^6.3.0",
1313
"mocha": "^4.1.0",
1414
"nan": "^2.10.0",
15-
"node-webcrypto-ossl": "^1.0.37",
15+
"node-webcrypto-ossl": "^1.0.48",
1616
"nyc": "^14.1.1",
1717
"sinon": "^4.4.8",
1818
"sinon-chrome": "^2.3.1",
@@ -24,7 +24,9 @@
2424
"report": "nyc report --reporter=text-lcov | coveralls"
2525
},
2626
"nyc": {
27-
"exclude": ["external"]
27+
"exclude": [
28+
"external"
29+
]
2830
},
2931
"keywords": [],
3032
"author": "",

0 commit comments

Comments
 (0)