mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-10-31 17:32:24 +08:00 
			
		
		
		
	Update README.md
This commit is contained in:
		| @@ -104,7 +104,7 @@ jobs: | ||||
|           cache-name: cache-pnpm-modules | ||||
|         with: | ||||
|           path: ~/.pnpm-store | ||||
|           key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/package.json') }} | ||||
|           key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }} | ||||
|           restore-keys: | | ||||
|             ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}- | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user