File tree 5 files changed +8766
-8
lines changed
5 files changed +8766
-8
lines changed Original file line number Diff line number Diff line change 32
32
npm uninstall tslint --no-save
33
33
- name : npm install and test
34
34
run : |
35
- npm install
36
- npm update
35
+ npm ci
37
36
npm test
38
-
37
+
39
38
- name : Validate the browser can import TypeScript
40
39
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
84
84
tests /baselines /reference /dt
85
85
.failed-tests
86
86
TEST-results.xml
87
- package-lock.json
88
87
tests /cases /user /TypeScript-React-Starter /TypeScript-React-Starter
89
88
tests /cases /user /TypeScript-Node-Starter /TypeScript-Node-Starter
90
89
tests /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 1
1
language : node_js
2
2
3
3
node_js :
4
- - ' node'
4
+ - ' 14'
5
+ - ' 12'
5
6
- ' 10'
6
7
- ' 8'
7
8
@@ -18,7 +19,7 @@ branches:
18
19
19
20
install :
20
21
- npm uninstall typescript --no-save
21
- - npm install
22
+ - npm ci
22
23
23
24
cache :
24
25
directories :
You can’t perform that action at this time.
0 commit comments