mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-03 20:40:28 -05:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			176 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			176 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 
								 | 
							
								module.exports = getPreviousPage
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								const getPage = require('./get-page')
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								function getPreviousPage (octokit, link, headers) {
							 | 
						||
| 
								 | 
							
								  return getPage(octokit, link, 'prev', headers)
							 | 
						||
| 
								 | 
							
								}
							 |