Skip to content

Commit 9223f3d

Browse files
committed
build: Upgrade to Node 24
1 parent 25c0a00 commit 9223f3d

File tree

4 files changed

+14858
-9597
lines changed

4 files changed

+14858
-9597
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ on:
99
jobs:
1010
tests:
1111
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
node: [20, 24]
15-
continue-on-error: ${{ matrix.node == 24 }}
1612
steps:
1713
- name: Checkout
1814
uses: actions/checkout@v4
@@ -21,7 +17,7 @@ jobs:
2117
- name: Setup Nodejs
2218
uses: actions/setup-node@v4
2319
with:
24-
node-version: ${{ matrix.node }}
20+
node-version-file: '.nvmrc'
2521
- name: Install dependencies
2622
run: npm ci
2723
- name: Validate package-lock.json changes

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>`_.

0 commit comments

Comments
 (0)