File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 - nextjs
2727 - nextjs-ts
2828 NODE :
29- - 18
29+ - 20
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 : 18
111+ node-version : 20
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- - 18
17+ - 20
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 : ' 18 '
22+ node-version : ' 20 '
2323
2424 - name : Run npm install
2525 run : npm install --no-package-lock --no-audit --no-fund
Original file line number Diff line number Diff line change 77 strategy :
88 fail-fast : false
99 matrix :
10- NODE : [ 18 ]
10+ NODE : [ 20 ]
1111
1212 runs-on : ubuntu-latest
1313 name : ThemeBuilder
You can’t perform that action at this time.
0 commit comments