Skip to content
This repository was archived by the owner on Oct 2, 2021. It is now read-only.

Commit e718cdf

Browse files
committed
feat: drop support for node 6
BREAKING: Dropped support for node 6. Use at least node 8 (included in Meteor 1.6 and up, see https://blog.meteor.com/announcing-meteor-1-6-abf30f29e2c6)
1 parent 19c8a40 commit e718cdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ notifications:
88
email: false
99

1010
node_js:
11-
- 6
1211
- 8
1312
- 10
13+
- 12
1414

1515
script:
1616
- npm run test || travis_terminate 1
@@ -20,7 +20,7 @@ jobs:
2020
include:
2121
# Define the release stage that runs semantic-release
2222
- stage: release
23-
node_js: 8
23+
node_js: 12
2424
env: NODE_ENV=production
2525
before_install: skip
2626
script: skip

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint": ">= 3.7.0 < 7"
5757
},
5858
"engines": {
59-
"node": ">=6"
59+
"node": ">=8"
6060
},
6161
"keywords": [
6262
"eslint",

0 commit comments

Comments
 (0)