File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 strategy :
1818 matrix :
19- node-version : [10.x, 12.x, 13 .x]
19+ node-version : [10.x, 12.x, 14 .x]
2020
2121 steps :
2222 - uses : actions/checkout@v2
3030 run : |
3131 npm uninstall typescript --no-save
3232 npm uninstall tslint --no-save
33- - run : npm install
34- - run : npm update
33+ - run : npm ci
3534
3635 # Re: https://github.com/actions/setup-node/pull/125
3736 - name : Register Problem Matcher for TSC
4544
4645 - name : Validate the browser can import TypeScript
4746 run : gulp test-browser-integration
48-
47+
Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ tests/cases/user/*/**/*.d.ts
8484tests /baselines /reference /dt
8585.failed-tests
8686TEST-results.xml
87- package-lock.json
8887tests /cases /user /TypeScript-React-Starter /TypeScript-React-Starter
8988tests /cases /user /TypeScript-Node-Starter /TypeScript-Node-Starter
9089tests /cases /user /TypeScript-React-Native-Starter /TypeScript-React-Native-Starter
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11language : node_js
22
33node_js :
4- - ' node'
4+ - ' 14'
5+ - ' 12'
56 - ' 10'
6- - ' 8'
77
88env :
99 - workerCount=3 timeout=600000
@@ -18,7 +18,7 @@ branches:
1818
1919install :
2020 - npm uninstall typescript --no-save
21- - npm install
21+ - npm ci
2222
2323cache :
2424 directories :
You can’t perform that action at this time.
0 commit comments