File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 2626 - nextjs
2727 - nextjs-ts
2828 NODE :
29- - 20
29+ - 24
3030 OS :
3131 - ubuntu-latest
3232
@@ -108,7 +108,7 @@ jobs:
108108 - name : Set up Node.js and restore cache
109109 uses : actions/setup-node@v4
110110 with :
111- node-version : 20
111+ node-version : 24
112112 cache : ' npm'
113113 cache-dependency-path : ' **/package-lock.json'
114114
Original file line number Diff line number Diff line change 1414 SRC_DIR : [true, false]
1515 APP_ROUTER : [true, false]
1616 NODE :
17- - 20
17+ - 24
1818 OS :
1919 - ubuntu-latest
2020
Original file line number Diff line number Diff line change 1919 - name : Use Node.js
2020 uses : actions/setup-node@v4
2121 with :
22- node-version : ' 20 '
22+ node-version : ' 24 '
2323
2424 - name : Run npm install
2525 env :
Original file line number Diff line number Diff line change 2323 - name : Get sources
2424 uses : actions/checkout@v4
2525
26+ - name : Use Node.js
27+ uses : actions/setup-node@v4
28+ with :
29+ node-version : ' 24'
30+
2631 - name : Run npm install - root
2732 run : npm ci --no-audit --no-fund
2833
Original file line number Diff line number Diff line change 77 strategy :
88 fail-fast : false
99 matrix :
10- NODE : [ 20 ]
10+ NODE : [ 24 ]
1111
1212 runs-on : ubuntu-latest
1313 name : ThemeBuilder
You can’t perform that action at this time.
0 commit comments