Skip to content

Commit b84df2c

Browse files
committed
Update refresh_static to use freshest data
1 parent d0ee671 commit b84df2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/refresh_static.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Install environment
2626
run: npm ci
2727

28+
- name: Install environment
29+
run: npm i web-features@latest @mdn/browser-compat-data@latest
30+
2831
- name: Run refresh-downstream.ts
2932
id: refresh-downstream-script
3033
run: |

0 commit comments

Comments
 (0)