mirror of
				https://github.com/actions/upload-artifact.git
				synced 2025-10-31 23:43:43 +00:00 
			
		
		
		
	Remove caching
This commit is contained in:
		
							parent
							
								
									e0a60f15f5
								
							
						
					
					
						commit
						4143026b46
					
				
							
								
								
									
										5
									
								
								.github/workflows/check-dist.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/check-dist.yml
									
									
									
									
										vendored
									
									
								
							| @ -22,11 +22,10 @@ jobs: | ||||
|     steps: | ||||
|       - uses: actions/checkout@v3 | ||||
| 
 | ||||
|       - name: Setup Node 18.x | ||||
|       - name: Setup Node 16.x | ||||
|         uses: actions/setup-node@v3 | ||||
|         with: | ||||
|           node-version: 18.x | ||||
|           cache: 'npm' | ||||
|           node-version: 16.x | ||||
|    | ||||
|       - name: Install dependencies | ||||
|         run: npm install | ||||
|  | ||||
							
								
								
									
										1
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @ -29,7 +29,6 @@ jobs: | ||||
|       uses: actions/setup-node@v3 | ||||
|       with: | ||||
|         node-version: 16.x | ||||
|         cache: 'npm' | ||||
| 
 | ||||
|     - name: Install dependencies | ||||
|       run: npm install | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user