File tree Expand file tree Collapse file tree 5 files changed +8783
-9
lines changed Expand file tree Collapse file tree 5 files changed +8783
-9
lines changed Original file line number Diff line number Diff line change 16
16
17
17
strategy :
18
18
matrix :
19
- node-version : [10.x, 12.x, 13 .x]
19
+ node-version : [10.x, 12.x, 14 .x]
20
20
21
21
steps :
22
22
- uses : actions/checkout@v2
30
30
run : |
31
31
npm uninstall typescript --no-save
32
32
npm uninstall tslint --no-save
33
- - run : npm install
34
- - run : npm update
33
+ - run : npm ci
35
34
36
35
# Re: https://github.com/actions/setup-node/pull/125
37
36
- name : Register Problem Matcher for TSC
45
44
46
45
- name : Validate the browser can import TypeScript
47
46
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
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
- - ' 8'
7
7
8
8
env :
9
9
- workerCount=3 timeout=600000
@@ -18,7 +18,7 @@ branches:
18
18
19
19
install :
20
20
- npm uninstall typescript --no-save
21
- - npm install
21
+ - npm ci
22
22
23
23
cache :
24
24
directories :
You can’t perform that action at this time.
0 commit comments