mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-10-31 17:32:24 +08:00 
			
		
		
		
	Try fixing
This commit is contained in:
		
							
								
								
									
										14
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -90,12 +90,22 @@ jobs: | ||||
|               recursive: true | ||||
|           - name: 'global' | ||||
|             value: | | ||||
|               args: [-g, npm, yarn, pnpm] | ||||
|               args: | ||||
|                 - --global | ||||
|                 - --global-dir=./pnpm-global | ||||
|                 - npm | ||||
|                 - yarn | ||||
|                 - pnpm | ||||
|           - name: 'array' | ||||
|             value: | | ||||
|               - {} | ||||
|               - recursive: true | ||||
|               - args: [-g, npm, yarn, pnpm] | ||||
|               - args: | ||||
|                 - --global | ||||
|                 - --global-dir=./pnpm-global | ||||
|                 - npm | ||||
|                 - yarn | ||||
|                 - pnpm | ||||
|  | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user