From dff583cf98ee3309d98a6084ebe5cc16334101c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?chencheng=20=28=E4=BA=91=E8=B0=A6=29?= Date: Tue, 5 Nov 2024 16:07:08 +0800 Subject: [PATCH] chore(ci): no pnpm store cache (#11) --- .github/workflows/ci.yml | 24 ++++++++++++------------ examples/hackernews/src/pages/__root.tsx | 8 -------- 2 files changed, 12 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83dd616..c8d2ea4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,18 +36,18 @@ jobs: with: version: 8 - - name: Get pnpm store directory - shell: bash - run: | - echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - - uses: actions/cache@v3 - name: Setup pnpm cache - with: - path: ${{ env.STORE_PATH }} - key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} - restore-keys: | - ${{ runner.os }}-pnpm-store- + # - name: Get pnpm store directory + # shell: bash + # run: | + # echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV + + # - uses: actions/cache@v3 + # name: Setup pnpm cache + # with: + # path: ${{ env.STORE_PATH }} + # key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} + # restore-keys: | + # ${{ runner.os }}-pnpm-store- - name: Install dependencies run: | diff --git a/examples/hackernews/src/pages/__root.tsx b/examples/hackernews/src/pages/__root.tsx index ac6ea8c..8ec5f12 100644 --- a/examples/hackernews/src/pages/__root.tsx +++ b/examples/hackernews/src/pages/__root.tsx @@ -61,14 +61,6 @@ export const Route = createRootRoute({ target="_blank" > Tnf - {' '} - and{' '} - - Mako