Skip to content

Commit

Permalink
ci(node-versions): dropped node versions that have reached EOL
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node versions that have reached EOL are no longer supported
  • Loading branch information
travi committed Feb 14, 2020
1 parent 081e0a0 commit eaaccea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ import:
- traverson/.travis-ci:authenticated-semantic-release-stage.yml

node_js:
- '10.6.0'
- '5'
- '6'
- '7'
- '8'
- '9'

sudo: false
- '10'
- '12'

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"name": "Adam Szaraniec"
}
],
"engines": {
"node": ">= 10"
},
"license": "MIT",
"scripts": {
"test": "grunt",
Expand Down

0 comments on commit eaaccea

Please sign in to comment.