mirror of
				https://github.com/actions/download-artifact.git
				synced 2025-11-04 04:53:40 +00:00 
			
		
		
		
	* Use latest actions/artifact NPM package + misc updates * Use node 18 + caching in CI * Run npm release * Use node 16 for CI + devcontainer
		
			
				
	
	
		
			7 lines
		
	
	
		
			284 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			284 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
 | 
						|
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
 | 
						|
{
 | 
						|
	"name": "@actions/download-artifact",
 | 
						|
	"image": "mcr.microsoft.com/devcontainers/typescript-node:0-16"
 | 
						|
}
 |