mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 07:33:34 +00:00 
			
		
		
		
	Update README.md
This commit is contained in:
		
							parent
							
								
									d738ab7f63
								
							
						
					
					
						commit
						f7f202971f
					
				@ -47,6 +47,8 @@ In the basic example above, the `check-latest` flag defaults to `false`. When se
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
If `check-latest` is set to `true`, the action first checks if the cached version is the latest one. If the locally cached version is not the most up-to-date, a version of Node will then be downloaded. Set `check-latest` to `true` it you want the most up-to-date version of Node to always be used.
 | 
					If `check-latest` is set to `true`, the action first checks if the cached version is the latest one. If the locally cached version is not the most up-to-date, a version of Node will then be downloaded. Set `check-latest` to `true` it you want the most up-to-date version of Node to always be used.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					> Setting `check-latest` to `true` has performance implications as downloading versions of Node is slower than using cached versions
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```yaml
 | 
					```yaml
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
- uses: actions/checkout@v2
 | 
					- uses: actions/checkout@v2
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user