mirror of
				https://kkgithub.com/actions/setup-python.git
				synced 2025-11-04 04:31:51 +08:00 
			
		
		
		
	
		
			
	
	
		
			16 lines
		
	
	
		
			164 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			164 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| 
								 | 
							
								sudo: false
							 | 
						||
| 
								 | 
							
								language: node_js
							 | 
						||
| 
								 | 
							
								cache:
							 | 
						||
| 
								 | 
							
								  directories:
							 | 
						||
| 
								 | 
							
								    - node_modules
							 | 
						||
| 
								 | 
							
								notifications:
							 | 
						||
| 
								 | 
							
								  email: true
							 | 
						||
| 
								 | 
							
								node_js:
							 | 
						||
| 
								 | 
							
								  - 6
							 | 
						||
| 
								 | 
							
								  - 8
							 | 
						||
| 
								 | 
							
								  - 10
							 | 
						||
| 
								 | 
							
								  - 11
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								script:
							 | 
						||
| 
								 | 
							
								  - npm run test-ci
							 |