Skip to content

Commit 86ff0a7

Browse files
committed
fix: syncing with edx/frontend-component-header for Sumac (#23)
* fix: update header with openedx v5.5.0 for sumac upgrade * fix: update mobile header
1 parent 27830de commit 86ff0a7

File tree

6 files changed

+1121
-759
lines changed

6 files changed

+1121
-759
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
jobs:
1010
tests:
1111
runs-on: ubuntu-latest
12+
strategy:
13+
matrix:
14+
node: [18, 20]
1215
steps:
1316
- name: Checkout
1417
uses: actions/checkout@v4

0 commit comments

Comments
 (0)