ci: cache node_modules
This commit is contained in:
		
							parent
							
								
									d35f0247a2
								
							
						
					
					
						commit
						dded3912f8
					
				
					 2 changed files with 8 additions and 0 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/lint.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/lint.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -17,5 +17,9 @@ jobs: | |||
|     - uses: actions/setup-node@v1 | ||||
|       with: | ||||
|         node-version: 12.x | ||||
|     - uses: actions/cache@v2 | ||||
|       with: | ||||
|         path: '**/node_modules' | ||||
|         key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} | ||||
|     - run: yarn install | ||||
|     - run: yarn lint | ||||
|  |  | |||
							
								
								
									
										4
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -75,6 +75,10 @@ jobs: | |||
|       uses: actions/setup-node@v1 | ||||
|       with: | ||||
|         node-version: ${{ matrix.node-version }} | ||||
|     - uses: actions/cache@v2 | ||||
|       with: | ||||
|         path: '**/node_modules' | ||||
|         key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} | ||||
|     - name: Install dependencies | ||||
|       run: yarn install | ||||
|     - name: Check yarn.lock | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue