mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:33:53 -06:00
Since it is the latest stable release, but 4 is the latest LTS release, we should have CI against both.
9 lines
73 B
YAML
9 lines
73 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- 'stable'
|
|
- '4'
|
|
- '0.10'
|
|
|
|
sudo: false
|