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