mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-04 14:48:39 +08:00 
			
		
		
		
	Change version to node-version (#12)
version is deprecated and replaced by node-version
This commit is contained in:
		
							parent
							
								
									6e6328ef28
								
							
						
					
					
						commit
						cacfc4155d
					
				| 
						 | 
					@ -15,7 +15,7 @@ steps:
 | 
				
			||||||
- uses: actions/checkout@master
 | 
					- uses: actions/checkout@master
 | 
				
			||||||
- uses: actions/setup-node@master
 | 
					- uses: actions/setup-node@master
 | 
				
			||||||
  with:
 | 
					  with:
 | 
				
			||||||
    version: 10.x 
 | 
					    node-version: 10.x 
 | 
				
			||||||
- run: npm install
 | 
					- run: npm install
 | 
				
			||||||
- run: npm test
 | 
					- run: npm test
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user