mirror of
				https://github.com/actions/setup-node.git
				synced 2025-10-31 23:43:33 +00:00 
			
		
		
		
	Use @types/ini
This commit is contained in:
		
							parent
							
								
									4371ed269a
								
							
						
					
					
						commit
						b9780dfe95
					
				
							
								
								
									
										7
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										7
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -17,6 +17,7 @@ | ||||
|         "@actions/http-client": "^2.2.1", | ||||
|         "@actions/io": "^1.0.2", | ||||
|         "@actions/tool-cache": "^2.0.2", | ||||
|         "@types/ini": "^4.1.1", | ||||
|         "ini": "^5.0.0", | ||||
|         "semver": "^7.6.3", | ||||
|         "uuid": "^9.0.1" | ||||
| @ -1579,6 +1580,12 @@ | ||||
|         "@types/node": "*" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@types/ini": { | ||||
|       "version": "4.1.1", | ||||
|       "resolved": "https://registry.npmjs.org/@types/ini/-/ini-4.1.1.tgz", | ||||
|       "integrity": "sha512-MIyNUZipBTbyUNnhvuXJTY7B6qNI78meck9Jbv3wk0OgNwRyOOVEKDutAkOs1snB/tx0FafyR6/SN4Ps0hZPeg==", | ||||
|       "license": "MIT" | ||||
|     }, | ||||
|     "node_modules/@types/istanbul-lib-coverage": { | ||||
|       "version": "2.0.5", | ||||
|       "dev": true, | ||||
|  | ||||
| @ -34,6 +34,7 @@ | ||||
|     "@actions/io": "^1.0.2", | ||||
|     "@actions/tool-cache": "^2.0.2", | ||||
|     "ini": "^5.0.0", | ||||
|     "@types/ini": "^4.1.1", | ||||
|     "semver": "^7.6.3", | ||||
|     "uuid": "^9.0.1" | ||||
|   }, | ||||
|  | ||||
							
								
								
									
										3
									
								
								src/ini.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								src/ini.d.ts
									
									
									
									
										vendored
									
									
								
							| @ -1,3 +0,0 @@ | ||||
| declare module 'ini' { | ||||
|   function parse(ini: string): Record<string, string | object>; | ||||
| } | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user