Browse Source
			
			
			[test] change to npm install for pull requests
			
			
				pull/609/head
			
			
		 
		
			
				
					
						 Louis Lam
					
					4 years ago
						Louis Lam
					
					4 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					.github/workflows/auto-test.yml
				
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -27,7 +27,7 @@ jobs: | 
			
		
	
		
		
			
				
					|  |  |       with: |  |  |       with: | 
			
		
	
		
		
			
				
					|  |  |         node-version: ${{ matrix.node-version }} |  |  |         node-version: ${{ matrix.node-version }} | 
			
		
	
		
		
			
				
					|  |  |         cache: 'npm' |  |  |         cache: 'npm' | 
			
		
	
		
		
			
				
					
					|  |  |     - run: npm ci |  |  |     - run: npm run install-legacy | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |     - run: npm run build |  |  |     - run: npm run build | 
			
		
	
		
		
			
				
					|  |  |     - run: npm test |  |  |     - run: npm test | 
			
		
	
		
		
			
				
					|  |  |       env: |  |  |       env: | 
			
		
	
	
		
		
			
				
					|  | 
 |