mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 13:43:35 +00:00 
			
		
		
		
	Update advanced-usage.md
This commit is contained in:
		
							parent
							
								
									6c0bbfaf7d
								
							
						
					
					
						commit
						ceee48ad5f
					
				@ -102,8 +102,7 @@ steps:
 | 
				
			|||||||
  with:
 | 
					  with:
 | 
				
			||||||
    node-version: '14'
 | 
					    node-version: '14'
 | 
				
			||||||
    cache: 'yarn'
 | 
					    cache: 'yarn'
 | 
				
			||||||
- run: yarn install --frozen-lockfile
 | 
					- run: yarn install --frozen-lockfile # optional, --immutable
 | 
				
			||||||
# - run: yarn install --immutable
 | 
					 | 
				
			||||||
- run: yarn test
 | 
					- run: yarn test
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user