This commit is contained in:
		
							parent
							
								
									20b6550ce8
								
							
						
					
					
						commit
						bae3add096
					
				| @ -13,6 +13,8 @@ jobs: | ||||
|   Deploy: | ||||
|     runs-on: ubuntu-20.04 | ||||
|     steps: | ||||
|       - name: Show npm config | ||||
|         run: pnpm config get registry | ||||
|       - name: Checkout code | ||||
|         uses: actions/checkout@v3 | ||||
|       - name: Setup pnpm | ||||
| @ -21,8 +23,7 @@ jobs: | ||||
|         uses: actions/setup-node@v4 | ||||
|         with: | ||||
|           node-version: 18.20.3 | ||||
|           registry-url: 'https://registry.npmmirror.com' | ||||
|           scope: '@npm' | ||||
|           registry-url: ${{ vars.REGISTRY_URL }} | ||||
|           cache: 'pnpm' | ||||
|       - name: Install deps | ||||
|         run: pnpm install | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user