File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
33jobs :
44  build :
55    docker :
6-       - image : circleci/node:10.16.0  
6+       - image : circleci/node:14.3  
77    working_directory : ~/lumigo-cli 
88    steps :
99      - checkout 
1313
1414  deploy :
1515    docker :
16-       - image : circleci/node:10.16.0  
16+       - image : circleci/node:14.3  
1717    working_directory : ~/lumigo-cli 
1818    steps :
1919      - checkout 
Original file line number Diff line number Diff line change @@ -229,6 +229,8 @@ class ClearAccountCommand extends Command {
229229	async  clearEnvironment ( AWS )  { 
230230		await  this . clearS3 ( AWS ) ; 
231231		console . info ( "" ) ; 
232+ 		await  this . clearEventBridges ( AWS ) ; 
233+ 		console . info ( "" ) ; 
232234		await  this . clearCF ( AWS ) ; 
233235		console . info ( "" ) ; 
234236		await  this . clearApiGw ( AWS ) ; 
@@ -243,8 +245,6 @@ class ClearAccountCommand extends Command {
243245		console . info ( "" ) ; 
244246		await  this . clearPolicies ( AWS ) ; 
245247		console . info ( "" ) ; 
246- 		await  this . clearEventBridges ( AWS ) ; 
247- 		console . info ( "" ) ; 
248248	} 
249249} 
250250
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments