mirror of
https://github.com/pnpm/action-setup.git
synced 2024-12-22 16:02:41 +08:00
Remove uses of undefined variables from examples
This commit is contained in:
parent
74a0fdc1a4
commit
602b36f177
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user