mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-01 01:42:13 +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 |               recursive: true | ||||||
|           - name: 'global' |           - name: 'global' | ||||||
|             value: | |             value: | | ||||||
|               args: [-g, npm, yarn, pnpm] |               args: | ||||||
|  |                 - --global | ||||||
|  |                 - --global-dir=./pnpm-global | ||||||
|  |                 - npm | ||||||
|  |                 - yarn | ||||||
|  |                 - pnpm | ||||||
|           - name: 'array' |           - name: 'array' | ||||||
|             value: | |             value: | | ||||||
|               - {} |               - {} | ||||||
|               - recursive: true |               - recursive: true | ||||||
|               - args: [-g, npm, yarn, pnpm] |               - args: | ||||||
|  |                 - --global | ||||||
|  |                 - --global-dir=./pnpm-global | ||||||
|  |                 - npm | ||||||
|  |                 - yarn | ||||||
|  |                 - pnpm | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v2 |       - uses: actions/checkout@v2 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user