File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 with :
2828 persist-credentials : false
2929 - uses : actions/setup-node@v3
30+ with :
31+ node-version : 20
3032 - name : Save root node_modules to cache
3133 uses : actions/cache@v3
3234 with :
9092 with :
9193 persist-credentials : false
9294 - uses : actions/setup-node@v3
95+ with :
96+ node-version : 20
9397 - run : sudo npm -g install yalc ${{ matrix.js_package_manager.installer }}
9498 - run : yalc publish
9599 - name : Save root node_modules to cache
@@ -150,6 +154,8 @@ jobs:
150154 with :
151155 persist-credentials : false
152156 - uses : actions/setup-node@v3
157+ with :
158+ node-version : 20
153159 - run : sudo npm -g install yalc ${{ matrix.js_package_manager.installer }}
154160 - run : yalc publish
155161 - name : Save root node_modules to cache
Original file line number Diff line number Diff line change 1313 "dependencies" : {
1414 "@babel/preset-react" : " ^7.22.5" ,
1515 "css-loader" : " ^6.8.1" ,
16- "css-minimizer-webpack-plugin" : " ^5.0.1" ,
1716 "mini-css-extract-plugin" : " ^2.7.6" ,
1817 "prop-types" : " ^15.8.1" ,
1918 "react" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 1616 "compression-webpack-plugin" : " ^9.2.0" ,
1717 "create-react-class" : " ^15.6.2" ,
1818 "css-loader" : " ^7.1.4" ,
19- "css-minimizer-webpack-plugin" : " ^2 .0.0" ,
19+ "css-minimizer-webpack-plugin" : " ^8 .0.0" ,
2020 "mini-css-extract-plugin" : " ^2.10.2" ,
2121 "pnp-webpack-plugin" : " ^1.7.0" ,
2222 "react" : " ^18.2.0" ,
You can’t perform that action at this time.
0 commit comments