mirror of
				https://github.com/suyiiyii/nonebot-bison.git
				synced 2025-11-04 13:34:52 +08:00 
			
		
		
		
	🐛 最讨厌调试 action 了 (
This commit is contained in:
		
							parent
							
								
									75ab14cd98
								
							
						
					
					
						commit
						f01c2567c1
					
				
							
								
								
									
										4
									
								
								.github/actions/setup-node/action.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/actions/setup-node/action.yml
									
									
									
									
										vendored
									
									
								
							@ -9,9 +9,9 @@ runs:
 | 
				
			|||||||
        node-version: "20"
 | 
					        node-version: "20"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Set Up Pnpm
 | 
					    - name: Set Up Pnpm
 | 
				
			||||||
      uses: actions/pnpm-setup@v2
 | 
					      uses: pnpm/action-setup@v4
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        version: 9.10.0
 | 
					        version: 9
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - id: pnpm-cache-dir-path
 | 
					    - id: pnpm-cache-dir-path
 | 
				
			||||||
      run: echo "::set-output name=dir::$(pnpm store path)"
 | 
					      run: echo "::set-output name=dir::$(pnpm store path)"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user