We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a7dcc commit 47d572fCopy full SHA for 47d572f
1 file changed
.github/setup/action.yml
@@ -14,13 +14,13 @@ runs:
14
shell: bash
15
run: |
16
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
17
- - name: Setup pnpm cache
18
- uses: actions/cache@v5.0.4
19
- with:
20
- path: ${{ env.STORE_PATH }}
21
- key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}-v2
22
- restore-keys: |
23
- ${{ runner.os }}-pnpm-store-
+ # - name: Setup pnpm cache
+ # uses: actions/cache@v5.0.4
+ # with:
+ # path: ${{ env.STORE_PATH }}
+ # key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}-v2
+ # restore-keys: |
+ # ${{ runner.os }}-pnpm-store-
24
- name: Install dependencies
25
26
run: pnpm install --frozen-lockfile
0 commit comments