mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-10 18:04:18 -05:00
Disable node 6 (#29832)
* Disable node 6 It exits LTS in a couple of months, and doesn't support async/await, meaning that it blocks us from switching Travis to use gulp instead of jake. * Swap in node 8 for node 6
This commit is contained in:
committed by
GitHub
parent
6d2b738bd8
commit
ad7702f15a
@@ -3,7 +3,7 @@ language: node_js
|
||||
node_js:
|
||||
- 'node'
|
||||
- '10'
|
||||
- '6'
|
||||
- '8'
|
||||
|
||||
sudo: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user