File tree Expand file tree Collapse file tree 4 files changed +14858
-9597
lines changed Expand file tree Collapse file tree 4 files changed +14858
-9597
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]
15
- continue-on-error : ${{ matrix.node == 24 }}
16
12
steps :
17
13
- name : Checkout
18
14
uses : actions/checkout@v4
21
17
- name : Setup Nodejs
22
18
uses : actions/setup-node@v4
23
19
with :
24
- node-version : ${{ matrix.node }}
20
+ node-version-file : ' .nvmrc '
25
21
- name : Install dependencies
26
22
run : npm ci
27
23
- 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 @@ -62,9 +62,9 @@ Cloning and Startup
62
62
63
63
``git clone https://github.com/openedx/frontend-component-footer.git``
64
64
65
- 2. Use node v18 .x.
65
+ 2. Use node v24 .x.
66
66
67
- The current version of the micro-frontend build scripts support node 18 .
67
+ The current version of the micro-frontend build scripts support node 24 .
68
68
Using other major versions of node *may* work, but this is unsupported. For
69
69
convenience, this repository includes an .nvmrc file to help in setting the
70
70
correct node version via `nvm <https://github.com/nvm-sh/nvm>`_.
You can’t perform that action at this time.
0 commit comments