Skip to content

Commit

Permalink
chore: require Node.js >=10.18
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Require Node.js >= 10.18
  • Loading branch information
pvdlg committed Jan 28, 2020
1 parent 15c87a9 commit d1a39b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: node_js
node_js:
- 12
- 10
- 8

os:
- linux
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const path = require('path');
const karmaJasmine = require('karma-jasmine');

/* eslint prefer-named-capture-group: "off" */

/**
* Karma framework function.
* Call the `karma-jasmine` module if corresponding files are not already and included and add the jquery + jasmine-jquery bundle to the Karma files (after the `karma-jasmine` files in present, in first position otherwise).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"xo": "^0.25.3"
},
"engines": {
"node": ">=8.16"
"node": ">=10.18"
},
"files": [
"index.js",
Expand Down

0 comments on commit d1a39b0

Please sign in to comment.