File tree Expand file tree Collapse file tree 4 files changed +14901
-9484
lines changed Expand file tree Collapse file tree 4 files changed +14901
-9484
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 node : [20, 24]
15- continue-on-error : ${{ matrix.node == 24 }}
1615 steps :
1716 - name : Checkout
1817 uses : actions/checkout@v4
2120 - name : Setup Nodejs
2221 uses : actions/setup-node@v4
2322 with :
24- node-version : ${{ matrix.node }}
23+ node-version-file : ' .nvmrc '
2524 - name : Install dependencies
2625 run : npm ci
2726 - 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
6262
6363 ``git clone https://github.com/openedx/frontend-component-footer.git``
6464
65- 2. Use node v18 .x.
65+ 2. Use node v24 .x.
6666
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 .
6868 Using other major versions of node *may* work, but this is unsupported. For
6969 convenience, this repository includes an .nvmrc file to help in setting the
7070 correct node version via `nvm <https://github.com/nvm-sh/nvm>`_.
You can’t perform that action at this time.
0 commit comments