Skip to content

Commit ea32194

Browse files
kellyjensendignifiedquire
authored andcommitted
feat(deps): add support for node@8
Fixes #2754
1 parent 2a847c2 commit ea32194

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ node_js:
66
- 4
77
- 5
88
- 7
9+
- 8
910

1011
env:
1112
global:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ environment:
77
- nodejs_version: "5"
88
- nodejs_version: "6"
99
- nodejs_version: "7"
10+
- nodejs_version: "8"
1011

1112
matrix:
1213
fast_finish: true

docs/intro/01-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Karma runs on [Node.js] and is available as an [NPM] package.
55
On Mac or Linux we recommend using [NVM](https://github.com/creationix/nvm). On Windows, download Node.js
66
from [the official site](https://nodejs.org/) or use the [NVM PowerShell Module](https://www.powershellgallery.com/packages/nvm).
77

8-
Note: Karma currently works on Node.js **0.10**, **0.12.x**, **4.x**, **5.x**, **6.x**, and **7.x**. See [FAQ] for more info.
8+
Note: Karma currently works on Node.js **0.10**, **0.12.x**, **4.x**, **5.x**, **6.x**, **7.x**, and **8.x**. See [FAQ] for more info.
99

1010
## Installing Karma and plugins
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
"karma": "./bin/karma"
427427
},
428428
"engines": {
429-
"node": "0.10 || 0.12 || 4 || 5 || 6 || 7"
429+
"node": "0.10 || 0.12 || 4 || 5 || 6 || 7 || 8"
430430
},
431431
"version": "1.7.0",
432432
"license": "MIT",

0 commit comments

Comments
 (0)