File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 8181        run : npm i 
8282
8383      - name : Install webpack ${{ matrix.webpack-version }} 
84+         if : matrix.webpack-version != 'latest' 
8485        run : npm i webpack@${{ matrix.webpack-version }} 
8586
8687      - name : Run tests for webpack version ${{ matrix.webpack-version }} 
@@ -117,9 +118,6 @@ jobs:
117118      - name : Install dependencies 
118119        run : npm i 
119120
120-       - name : Install webpack latest 
121-         run : npm i webpack@latest 
122- 
123121      - name : Run tests for webpack version latest with experimentalUseImportModule 
124122        run : npm run test:coverage -- --ci 
125123        env :
Original file line number Diff line number Diff line change 11module . exports  =  { 
22  extends : [ "@commitlint/config-conventional" ] , 
3+   rules : { 
4+     "header-max-length" : [ 0 ] , 
5+     "body-max-line-length" : [ 0 ] , 
6+     "footer-max-line-length" : [ 0 ] , 
7+   } , 
38} ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments