File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,10 @@ jobs:
137
137
uses : actions/setup-node@v4
138
138
with :
139
139
node-version : ' latest'
140
+ - name : Setup Ruby
141
+ run : sudo apt-get install ruby-full
142
+ - name : Setup Bundler
143
+ run : gem install bundler
140
144
- name : Install pnpm
141
145
run : npm install -g pnpm
142
146
- name : Install Node Deps
@@ -186,6 +190,10 @@ jobs:
186
190
uses : actions/setup-node@v4
187
191
with :
188
192
node-version : ' latest'
193
+ - name : Setup Ruby
194
+ run : sudo apt-get install ruby-full
195
+ - name : Setup Bundler
196
+ run : gem install bundler
189
197
- name : Install pnpm
190
198
run : npm install -g pnpm
191
199
- name : Install Node Deps
@@ -233,6 +241,10 @@ jobs:
233
241
uses : actions/setup-node@v4
234
242
with :
235
243
node-version : ' latest'
244
+ - name : Setup Ruby
245
+ run : sudo apt-get install ruby-full
246
+ - name : Setup Bundler
247
+ run : gem install bundler
236
248
- name : Install pnpm
237
249
run : npm install -g pnpm
238
250
- name : Install Node Deps
Original file line number Diff line number Diff line change @@ -122,6 +122,10 @@ jobs:
122
122
uses : actions/setup-node@v4
123
123
with :
124
124
node-version : ' latest'
125
+ - name : Setup Ruby
126
+ run : sudo apt-get install ruby-full
127
+ - name : Setup Bundler
128
+ run : gem install bundler
125
129
- name : Install pnpm
126
130
run : npm install -g pnpm
127
131
- name : Install npm deps
@@ -165,6 +169,10 @@ jobs:
165
169
uses : actions/setup-node@v4
166
170
with :
167
171
node-version : ' latest'
172
+ - name : Setup Ruby
173
+ run : sudo apt-get install ruby-full
174
+ - name : Setup Bundler
175
+ run : gem install bundler
168
176
- name : Install pnpm
169
177
run : npm install -g pnpm
170
178
- name : Install npm deps
@@ -208,6 +216,10 @@ jobs:
208
216
uses : actions/setup-node@v4
209
217
with :
210
218
node-version : ' latest'
219
+ - name : Setup Ruby
220
+ run : sudo apt-get install ruby-full
221
+ - name : Setup Bundler
222
+ run : gem install bundler
211
223
- name : Install pnpm
212
224
run : npm install -g pnpm
213
225
- name : Install npm deps
You can’t perform that action at this time.
0 commit comments