ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
										
										
										Executable file → Normal file
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
										
										
										Executable file → Normal file
									
								
							| @ -6,10 +6,10 @@ on: | ||||
|       - main | ||||
|       - releases/* | ||||
|     paths-ignore: | ||||
|       - '**.md' | ||||
|       - "**.md" | ||||
|   pull_request: | ||||
|     paths-ignore: | ||||
|       - '**.md' | ||||
|       - "**.md" | ||||
|  | ||||
| jobs: | ||||
|   build: | ||||
| @ -24,6 +24,7 @@ jobs: | ||||
|         uses: actions/setup-node@v2 | ||||
|         with: | ||||
|           node-version: 12.x | ||||
|           cache: npm | ||||
|       - run: npm ci | ||||
|       - run: npm run build | ||||
|       - run: npm run format-check | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Oscar Dominguez
					Oscar Dominguez