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 22, 2020
1 parent 3679feb commit 152a741
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ import:
- traverson/.travis-ci:authenticated-semantic-release-stage.yml

node_js:
- '10.6.0'
- '6'
- '7'
- '8'
- '9'
- '10'
- '12'
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "6.1.0",
"description": "AngularJS adapter for Traverson",
"repository": "https://github.com/traverson/traverson-angular.git",
"engines": {
"node": ">= 10"
},
"main": "traverson-angular.js",
"author": {
"name": "Bastian Krol",
Expand Down

0 comments on commit 152a741

Please sign in to comment.