Skip to content

Commit eaaccea

Browse files
committed
ci(node-versions): dropped node versions that have reached EOL
BREAKING CHANGE: node versions that have reached EOL are no longer supported
1 parent 081e0a0 commit eaaccea

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.travis.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ import:
55
- traverson/.travis-ci:authenticated-semantic-release-stage.yml
66

77
node_js:
8-
- '10.6.0'
9-
- '5'
10-
- '6'
11-
- '7'
12-
- '8'
13-
- '9'
14-
15-
sudo: false
8+
- '10'
9+
- '12'
1610

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"name": "Adam Szaraniec"
2222
}
2323
],
24+
"engines": {
25+
"node": ">= 10"
26+
},
2427
"license": "MIT",
2528
"scripts": {
2629
"test": "grunt",

0 commit comments

Comments
 (0)