mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 13:43:35 +00:00 
			
		
		
		
	Update action.yml
etup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH INSTALLATION Copy and paste the following snippet into your .yml file. - name: Setup Node.js environment uses: actions/setup-node@v3.1.1
This commit is contained in:
		
							parent
							
								
									17f8bd9264
								
							
						
					
					
						commit
						8b690867b8
					
				@ -35,3 +35,10 @@ runs:
 | 
				
			|||||||
  main: 'dist/setup/index.js'
 | 
					  main: 'dist/setup/index.js'
 | 
				
			||||||
  post: 'dist/cache-save/index.js'
 | 
					  post: 'dist/cache-save/index.js'
 | 
				
			||||||
  post-if: success()
 | 
					  post-if: success()
 | 
				
			||||||
 | 
					etup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					INSTALLATION
 | 
				
			||||||
 | 
					Copy and paste the following snippet into your .yml file.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- name: Setup Node.js environment
 | 
				
			||||||
 | 
					  uses: actions/setup-node@v3.1.1
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user