mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 07:33:34 +00:00 
			
		
		
		
	test node
This commit is contained in:
		
							parent
							
								
									998083052b
								
							
						
					
					
						commit
						3b87a69ee1
					
				
							
								
								
									
										2
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/setup/index.js
									
									
									
									
										vendored
									
									
								
							@ -93669,7 +93669,7 @@ function run() {
 | 
				
			|||||||
            const version = resolveVersionInput();
 | 
					            const version = resolveVersionInput();
 | 
				
			||||||
            let arch = core.getInput('architecture');
 | 
					            let arch = core.getInput('architecture');
 | 
				
			||||||
            const cache = core.getInput('cache');
 | 
					            const cache = core.getInput('cache');
 | 
				
			||||||
            core.info("from Haritha's setup node repo");
 | 
					            core.info("from Haritha's setup node repo1");
 | 
				
			||||||
            // if architecture supplied but node-version is not
 | 
					            // if architecture supplied but node-version is not
 | 
				
			||||||
            // if we don't throw a warning, the already installed x64 node will be used which is not probably what user meant.
 | 
					            // if we don't throw a warning, the already installed x64 node will be used which is not probably what user meant.
 | 
				
			||||||
            if (arch && !version) {
 | 
					            if (arch && !version) {
 | 
				
			||||||
 | 
				
			|||||||
@ -22,7 +22,7 @@ export async function run() {
 | 
				
			|||||||
    let arch = core.getInput('architecture');
 | 
					    let arch = core.getInput('architecture');
 | 
				
			||||||
    const cache = core.getInput('cache');
 | 
					    const cache = core.getInput('cache');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    core.info("from Haritha's setup node repo");
 | 
					    core.info("from Haritha's setup node repo1");
 | 
				
			||||||
    // if architecture supplied but node-version is not
 | 
					    // if architecture supplied but node-version is not
 | 
				
			||||||
    // if we don't throw a warning, the already installed x64 node will be used which is not probably what user meant.
 | 
					    // if we don't throw a warning, the already installed x64 node will be used which is not probably what user meant.
 | 
				
			||||||
    if (arch && !version) {
 | 
					    if (arch && !version) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user