mirror of
				https://github.com/actions/upload-artifact.git
				synced 2025-11-03 23:50:56 +00:00 
			
		
		
		
	Npm install vs CI
This commit is contained in:
		
					parent
					
						
							
								4e875ba5d1
							
						
					
				
			
			
				commit
				
					
						69629ad248
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -25,14 +25,14 @@ jobs:
 | 
				
			||||||
    - name: Checkout
 | 
					    - name: Checkout
 | 
				
			||||||
      uses: actions/checkout@v3
 | 
					      uses: actions/checkout@v3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Setup Node 14.x
 | 
					    - name: Setup Node 16.x
 | 
				
			||||||
      uses: actions/setup-node@v3
 | 
					      uses: actions/setup-node@v3
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        node-version: 14.x
 | 
					        node-version: 16.x
 | 
				
			||||||
        cache: 'npm'
 | 
					        cache: 'npm'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Install dependencies
 | 
					    - name: Install dependencies
 | 
				
			||||||
      run: npm ci
 | 
					      run: npm install
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Compile
 | 
					    - name: Compile
 | 
				
			||||||
      run: npm run build
 | 
					      run: npm run build
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue