mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 13:29:12 +08:00 
			
		
		
		
	Update default runtime to node16 (#414)
This commit is contained in:
		@@ -35,7 +35,7 @@ outputs:
 | 
			
		||||
  cache-hit: 
 | 
			
		||||
    description: 'A boolean value to indicate if a cache was hit'
 | 
			
		||||
runs:
 | 
			
		||||
  using: 'node12'
 | 
			
		||||
  using: 'node16'
 | 
			
		||||
  main: 'dist/setup/index.js'
 | 
			
		||||
  post: 'dist/cache-save/index.js'
 | 
			
		||||
  post-if: success()
 | 
			
		||||
  post-if: success()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user