Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 951d247

Browse files
committed
chore: update required node version to 6
This change matches what we already have in Karma. Breaking change: Node versions previous to 6 are no longer supported.
1 parent 3ca5130 commit 951d247

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: node_js
22
node_js:
3-
- 4
4-
- 5
53
- 6
6-
- stable
4+
- 8
5+
- 10
76

87
# Make sure we have new NPM.
98
before_install:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"karma": "./bin/karma"
5454
},
5555
"engines": {
56-
"node": "4 || 5 || 6 || 8"
56+
"node": ">= 6"
5757
},
5858
"version": "1.0.1",
5959
"license": "MIT"

0 commit comments

Comments
 (0)