* Allow reading 'package.json' as node-version-file
* Run 'npm run build'
* Read package.json contents directly during tests
- this eliminates OS-specific line-ending issues
* Run project Prettier 💅
		
	
			
		
			
				
	
	
		
			6 lines
		
	
	
		
			46 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			46 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "engines": {
 | |
|     "node": ">=14.0.0"
 | |
|   }
 | |
| }
 |