diff --git a/.github/workflows/a11y-test.yml b/.github/workflows/a11y-test.yml index 80ea53ed..4418afef 100644 --- a/.github/workflows/a11y-test.yml +++ b/.github/workflows/a11y-test.yml @@ -21,7 +21,6 @@ jobs: node-version: 20 - name: Cache Dependencies - id: cache uses: actions/cache@v2 with: path: ~/.pnpm-store @@ -36,7 +35,6 @@ jobs: run_install: false - name: Install Dependency - if: steps.cache.outputs.cache-hit != 'true' run: pnpm install --no-frozen-lockfile working-directory: packages/wow-ui diff --git a/.github/workflows/deploy-chromatic.yml b/.github/workflows/deploy-chromatic.yml index 20e2d119..135cd2b7 100644 --- a/.github/workflows/deploy-chromatic.yml +++ b/.github/workflows/deploy-chromatic.yml @@ -21,7 +21,6 @@ jobs: node-version: 20.x - name: Cache Dependencies - id: cache uses: actions/cache@v2 with: path: ~/.pnpm-store @@ -36,7 +35,6 @@ jobs: run_install: false - name: Install Dependency - if: steps.cache.outputs.cache-hit != 'true' run: pnpm install --no-frozen-lockfile working-directory: packages/wow-ui diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71230938..b98af4ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,6 @@ jobs: node-version: 20.x - name: Cache Dependencies - id: cache uses: actions/cache@v2 with: path: ~/.pnpm-store @@ -36,7 +35,6 @@ jobs: run_install: false - name: Install Dependency - if: steps.cache.outputs.cache-hit != 'true' run: pnpm install --no-frozen-lockfile working-directory: packages/wow-ui