| 
					
				 | 
			
			
				@@ -59,12 +59,15 @@ jobs: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           node-version: '18' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       - name: Install Yarn 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        run: npm install -g yarn 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        run: npm install -g yarn@latest 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      - name: Install lastest NPM 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        run: npm install -g npm@latest 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       - name: Setup Python 3 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         uses: actions/setup-python@v4 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         with: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          python-version: '3.10' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          python-version: '3.x' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       - name: Clone VSCode repo 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         run: ./get_repo.sh 
			 |