Skip to content

Commit

Permalink
Merge pull request #126 from webpack/deps/min-node
Browse files Browse the repository at this point in the history
increase minimum node.js version to 10
  • Loading branch information
sokra committed Oct 21, 2019
2 parents 54b7e8b + 5c76b14 commit 02efb62
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 46 deletions.
20 changes: 0 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,9 @@ matrix:
node_js: "10"
env: WATCHPACK_POLLING=200
stage: advanced
- os: linux
node_js: "8"
stage: advanced
- os: linux
node_js: "8"
env: WATCHPACK_POLLING=200
stage: advanced
- os: linux
node_js: "6"
stage: advanced
- os: linux
node_js: "6"
env: WATCHPACK_POLLING=200
stage: advanced
- os: osx
node_js: "10"
stage: advanced
- os: osx
node_js: "8"
stage: advanced
- os: osx
node_js: "6"
stage: advanced

script:
- yarn cover --report lcovonly
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ environment:
matrix:
- nodejs_version: 12
- nodejs_version: 10
- nodejs_version: 8
- nodejs_version: 6

install:
- ps: Install-Product node $env:nodejs_version x64
Expand Down
10 changes: 2 additions & 8 deletions azure-pipelines-polling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ jobs:
node_version: ^12.4.0
node-10:
node_version: ^10.10.0
node-8:
node_version: ^8.12.0
node-6:
node_version: ^6.16.0
steps:
- task: NodeTool@0
inputs:
Expand Down Expand Up @@ -46,12 +42,10 @@ jobs:
strategy:
maxParallel: 3
matrix:
node-12:
node_version: ^12.4.0
node-10:
node_version: ^10.10.0
node-8:
node_version: ^8.12.0
node-6:
node_version: ^6.16.0
steps:
- task: NodeTool@0
inputs:
Expand Down
22 changes: 7 additions & 15 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ jobs:
node-12:
node_version: ^12.4.0
node-10:
node_version: ^10.10.0
node-8:
node_version: ^8.12.0
node-6:
node_version: ^6.16.0
node_version: ^10.13.0
steps:
- task: NodeTool@0
inputs:
Expand Down Expand Up @@ -44,12 +40,10 @@ jobs:
strategy:
maxParallel: 3
matrix:
node-12:
node_version: ^12.4.0
node-10:
node_version: ^10.10.0
node-8:
node_version: ^8.12.0
node-6:
node_version: ^6.16.0
node_version: ^10.13.0
steps:
- task: NodeTool@0
inputs:
Expand Down Expand Up @@ -81,12 +75,10 @@ jobs:
strategy:
maxParallel: 3
matrix:
node-12:
node_version: ^12.4.0
node-10:
node_version: ^10.10.0
node-8:
node_version: ^8.12.0
node-6:
node_version: ^6.16.0
node_version: ^10.13.0
steps:
- task: NodeTool@0
inputs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"neo-async": "^2.5.0"
},
"engines": {
"node": ">=6.11.5"
"node": ">=10.13.0"
}
}

0 comments on commit 02efb62

Please sign in to comment.