mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-04 11:48:19 +08:00 
			
		
		
		
	Remove uses of undefined variables from examples
This commit is contained in:
		@@ -104,9 +104,9 @@ jobs:
 | 
			
		||||
          cache-name: cache-pnpm-modules
 | 
			
		||||
        with:
 | 
			
		||||
          path: ~/.pnpm-store
 | 
			
		||||
          key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
 | 
			
		||||
          key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
 | 
			
		||||
          restore-keys: |
 | 
			
		||||
            ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-
 | 
			
		||||
            ${{ runner.os }}-
 | 
			
		||||
 | 
			
		||||
      - uses: pnpm/action-setup@v2.0.1
 | 
			
		||||
        with:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user