File tree Expand file tree Collapse file tree 5 files changed +8766
-9
lines changed Expand file tree Collapse file tree 5 files changed +8766
-9
lines changed Original file line number Diff line number Diff line change 3232 npm uninstall tslint --no-save
3333 - name : npm install and test
3434 run : |
35- npm install
36- npm update
35+ npm ci
3736 npm test
38-
37+
3938 - name : Validate the browser can import TypeScript
4039 run : gulp test-browser-integration
41-
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