File tree Expand file tree Collapse file tree 4 files changed +1219
-1134
lines changed Expand file tree Collapse file tree 4 files changed +1219
-1134
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 }}
15
+
16
16
steps :
17
17
- name : Checkout
18
18
uses : actions/checkout@v4
21
21
- name : Setup Nodejs
22
22
uses : actions/setup-node@v4
23
23
with :
24
- node-version : ${{ matrix.node }}
24
+ node-version-file : ' .nvmrc '
25
25
- name : Install dependencies
26
26
run : npm ci
27
27
- 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