File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 22
22
- uses : actions/setup-node@v4
23
23
with :
24
24
node-version : ${{ matrix.node-version }}
25
- cache : ' npm'
26
25
- run : npm install
27
26
- run : npm test
28
27
34
33
with :
35
34
node-version : ' lts/*'
36
35
check-latest : true
37
- cache : ' npm'
38
36
- run : npm install
39
37
- run : npm run lint
40
38
46
44
with :
47
45
node-version : ' lts/*'
48
46
check-latest : true
49
- cache : ' npm'
50
47
- run : npm install
51
48
- run : npm run format:check
52
49
58
55
- uses : actions/setup-node@v4
59
56
with :
60
57
node-version : ' lts/*'
61
- cache : ' npm'
62
58
- run : npm install
63
59
- run : npm run test:remote
64
60
69
65
- uses : actions/setup-node@v4
70
66
with :
71
67
node-version : ' lts/*'
72
- cache : ' npm'
73
68
- run : npm install
74
69
- run : npm run typecheck
75
70
80
75
- uses : actions/setup-node@v4
81
76
with :
82
77
node-version : ' lts/*'
83
- cache : ' npm'
84
78
- run : npm install
85
79
- run : npm run build
86
80
- name : Upload build results
@@ -110,7 +104,6 @@ jobs:
110
104
- uses : actions/setup-node@v4
111
105
with :
112
106
node-version : ${{ matrix.node-version }}
113
- cache : ' npm'
114
107
- name : Download build results
115
108
uses : actions/download-artifact@v4
116
109
with :
You can’t perform that action at this time.
0 commit comments