Skip to content

Commit

Permalink
Drop node.js 8 support (semver-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjeffburke committed Nov 19, 2020
1 parent 09a5f32 commit 7a25778
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"checkLeaks": true,
"require": "./bootstrap-unexpected-markdown.js"
}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ env:
- TARGET=test

node_js:
- 8.10.0
- 10
- 12
- 14
- node

matrix:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"scripts": {
"lint": "eslint . && prettier --check '**/*.{js,md}'",
"test": "mocha test/*.spec.js",
"test": "mocha",
"test-headless": "karma start --single-run",
"test-browser": "serve .",
"test-docs": "evaldown --comment-marker unexpected-markdown --require ./bootstrap-unexpected-markdown.js --validate --reporter spec ./documentation",
Expand Down Expand Up @@ -46,7 +46,7 @@
"karma": "^5.0.1",
"karma-chrome-launcher": "^3.0.0",
"karma-mocha": "^2.0.0",
"mocha": "^7.0.0",
"mocha": "^8.2.0",
"nyc": "^15.0.0",
"prettier": "~2.1.0",
"puppeteer": "^5.0.0",
Expand Down
3 changes: 0 additions & 3 deletions test/mocha.opts

This file was deleted.

0 comments on commit 7a25778

Please sign in to comment.