mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 01:23:34 +00:00 
			
		
		
		
	Update docs/advanced-usage.md
Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									ceee48ad5f
								
							
						
					
					
						commit
						2257b63d6d
					
				@ -19,7 +19,7 @@ Ensure that `package-lock.json` is always committed, use `npm ci` instead of `np
 | 
			
		||||
 | 
			
		||||
### Yarn
 | 
			
		||||
 | 
			
		||||
Ensure that `yarn.lock` is always committed, pass `--frozen-lockfile` or `--immutable` to `yarn install` when installing packages.
 | 
			
		||||
To ensure that `yarn.lock` is always committed, use `yarn install --immutable` when installing packages.
 | 
			
		||||
 | 
			
		||||
**See also:**
 | 
			
		||||
- [Documentation of `yarn.lock`](https://classic.yarnpkg.com/en/docs/yarn-lock)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user