mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-10-31 07:47:08 +00:00 
			
		
		
		
	ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows (#379)
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/workflow.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/workflow.yml
									
									
									
									
										vendored
									
									
								
							| @@ -20,9 +20,10 @@ jobs: | ||||
|       uses: actions/checkout@v2 | ||||
|  | ||||
|     - name: Set Node.js 16.x | ||||
|       uses: actions/setup-node@v1 | ||||
|       uses: actions/setup-node@v3 | ||||
|       with: | ||||
|         node-version: 16.x | ||||
|         cache: npm | ||||
|  | ||||
|     - name: npm ci | ||||
|       run: npm ci | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Oscar Dominguez
					Oscar Dominguez