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

Commit

Permalink
chore: update required node version to 6
Browse files Browse the repository at this point in the history
This change matches what we already have in Karma.

Breaking change: Node versions previous to 6 are no longer supported.
  • Loading branch information
rogeriopvl committed Nov 22, 2018
1 parent 3ca5130 commit 951d247
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js
node_js:
- 4
- 5
- 6
- stable
- 8
- 10

# Make sure we have new NPM.
before_install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"karma": "./bin/karma"
},
"engines": {
"node": "4 || 5 || 6 || 8"
"node": ">= 6"
},
"version": "1.0.1",
"license": "MIT"
Expand Down

0 comments on commit 951d247

Please sign in to comment.