Commit 519dc6c
authored
fix(build): Use Node 14 in "Size Check" job to fix CI runs on master (#5324)
Set "Size Limit" job node version to 14 to fix Ember build failing. Because of how the size-limit-action handles runs on master, it actually builds the SDKs again instead of using the build cache like in PR contexts. With this patch we fix the CI runs on our end to unblock releases and make CI pass on master again1 parent 40d26be commit 519dc6c
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
191 | 194 | | |
192 | 195 | | |
193 | 196 | | |
| |||
0 commit comments