Skip to content

Commit

Permalink
chore: don't support Node6 (#1976)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Aug 2, 2019
1 parent 68a1f29 commit 1f27ba1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
node-8:
node_version: ^8.9.0
webpack_version: latest
node-6:
node_version: ^6.9.0
webpack_version: latest
steps:
- task: NodeTool@0
inputs:
Expand Down Expand Up @@ -98,9 +95,6 @@ jobs:
node-8:
node_version: ^8.9.0
webpack_version: latest
node-6:
node_version: ^6.9.0
webpack_version: latest
steps:
- task: NodeTool@0
inputs:
Expand Down Expand Up @@ -149,9 +143,6 @@ jobs:
node-8:
node_version: ^8.9.0
webpack_version: latest
node-6:
node_version: ^6.9.0
webpack_version: latest
steps:
- script: 'git config --global core.autocrlf input'
displayName: 'Config git core.autocrlf'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"client"
],
"engines": {
"node": ">= 6.11.5"
"node": ">= 8.9.0"
},
"scripts": {
"lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different",
Expand Down

0 comments on commit 1f27ba1

Please sign in to comment.