File tree Expand file tree Collapse file tree 4 files changed +14858
-9594
lines changed Expand file tree Collapse file tree 4 files changed +14858
-9594
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
node : [20, 24]
15
- continue-on-error : ${{ matrix.node == 24 }}
16
15
steps :
17
16
- name : Checkout
18
17
uses : actions/checkout@v4
21
20
- name : Setup Nodejs
22
21
uses : actions/setup-node@v4
23
22
with :
24
- node-version : ${{ matrix.node }}
23
+ node-version-file : ' .nvmrc '
25
24
- name : Install dependencies
26
25
run : npm ci
27
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 @@ -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