File tree Expand file tree Collapse file tree 4 files changed +1141
-1010
lines changed Expand file tree Collapse file tree 4 files changed +1141
-1010
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
tests :
11
11
runs-on : ubuntu-latest
12
+ strategy :
13
+ matrix :
14
+ node : [ 20, 24 ]
12
15
steps :
13
16
- name : Checkout
14
17
uses : actions/checkout@v4
17
20
- name : Setup Nodejs
18
21
uses : actions/setup-node@v4
19
22
with :
20
- node-version-file : ' .nvmrc '
23
+ node-version : ${{ matrix.node }}
21
24
- name : Install dependencies
22
25
run : npm ci
23
26
- name : Validate package-lock.json changes
Original file line number Diff line number Diff line change 1
- 20
1
+ 24
Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ Cloning and Startup
71
71
72
72
``git clone https://github.com/openedx/frontend-component-header.git``
73
73
74
- 2. Use node v18 .x.
74
+ 2. Use node v24 .x.
75
75
76
- The current version of the micro-frontend build scripts support node 18 .
76
+ The current version of the micro-frontend build scripts support node 24 .
77
77
Using other major versions of node *may* work, but this is unsupported. For
78
78
convenience, this repository includes an .nvmrc file to help in setting the
79
79
correct node version via `nvm <https://github.com/nvm-sh/nvm>`_.
You can’t perform that action at this time.
0 commit comments