Skip to content

Commit c679ccc

Browse files
committedOct 1, 2024··
Fix CI
1 parent e100428 commit c679ccc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎.github/workflows/ci.yml

+11
Original file line numberDiff line numberDiff line change
@@ -105,39 +105,50 @@ jobs:
105105
- name: Node.js 10.x
106106
node-version: "10.24"
107107
npm-i: mocha@8.4.0
108+
npm-rm: beautify-benchmark benchmark top-sites
108109

109110
- name: Node.js 11.x
110111
node-version: "11.15"
111112
npm-i: mocha@8.4.0
113+
npm-rm: beautify-benchmark benchmark top-sites
112114

113115
- name: Node.js 12.x
114116
node-version: "12.22"
115117
npm-i: mocha@9.2.2
118+
npm-rm: beautify-benchmark benchmark top-sites
116119

117120
- name: Node.js 13.x
118121
node-version: "13.14"
119122
npm-i: mocha@9.2.2
123+
npm-rm: beautify-benchmark benchmark top-sites
120124

121125
- name: Node.js 14.x
122126
node-version: "14.21"
127+
npm-rm: beautify-benchmark benchmark top-sites
123128

124129
- name: Node.js 15.x
125130
node-version: "15.14"
131+
npm-rm: beautify-benchmark benchmark top-sites
126132

127133
- name: Node.js 16.x
128134
node-version: "16.20"
135+
npm-rm: beautify-benchmark benchmark top-sites
129136

130137
- name: Node.js 17.x
131138
node-version: "17.9"
139+
npm-rm: beautify-benchmark benchmark top-sites
132140

133141
- name: Node.js 18.x
134142
node-version: "18.18"
143+
npm-rm: beautify-benchmark benchmark top-sites
135144

136145
- name: Node.js 19.x
137146
node-version: "19.9"
147+
npm-rm: beautify-benchmark benchmark top-sites
138148

139149
- name: Node.js 20.x
140150
node-version: "20.9"
151+
npm-rm: beautify-benchmark benchmark top-sites
141152

142153
- name: Node.js 21.x
143154
node-version: "21.1"

0 commit comments

Comments
 (0)
Please sign in to comment.