Skip to content

Commit 3e28bdd

Browse files
committed
chore: Set engines to initial LTS release version
1 parent 42592df commit 3e28bdd

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@ jobs:
88
fast_finish: true
99
allow_failures:
1010
- env: WEBPACK_VERSION=canary
11+
- node_js: 9
1112
include:
1213
- &test-latest
1314
stage: Webpack latest
1415
node_js: 6
1516
env: WEBPACK_VERSION=latest JOB_PART=test
1617
script: npm run travis:$JOB_PART
17-
- <<: *test-latest
18-
node_js: 4.8
19-
env: WEBPACK_VERSION=latest JOB_PART=test
20-
script: npm run travis:$JOB_PART
2118
- <<: *test-latest
2219
node_js: 8
2320
env: WEBPACK_VERSION=latest JOB_PART=lint
@@ -31,6 +28,10 @@ jobs:
3128
node_js: 8
3229
env: WEBPACK_VERSION=4.0.0-alpha.0 JOB_PART=test
3330
script: npm run travis:$JOB_PART
31+
- stage: NodeJS Next
32+
node_js: 9
33+
env: WEBPACK_VERSION=latest JOB_PART=test
34+
script: npm run travis:$JOB_PART
3435
before_install:
3536
- 'if [[ `npm -v` != 5* ]]; then npm i -g npm@^5.0.0; fi'
3637
- nvm --version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"webpack": "^3.0.0 || ^4.0.0-alpha.0 || ^4.0.0"
4646
},
4747
"engines": {
48-
"node": ">= 6 || >= 8"
48+
"node": ">= 6.9.0 || >= 8.9.0"
4949
},
5050
"repository": {
5151
"type": "git",

0 commit comments

Comments
 (0)