diff --git a/.github/setup/action.yml b/.github/setup/action.yml index a0dac2e..1ffccdd 100644 --- a/.github/setup/action.yml +++ b/.github/setup/action.yml @@ -14,13 +14,13 @@ runs: shell: bash run: | echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - 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- + # - 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- - name: Install dependencies shell: bash run: pnpm install --frozen-lockfile