Skip to content

Commit

Permalink
chore: disable pnpm cache temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
KoichiKiyokawa committed May 16, 2022
1 parent 00adbe9 commit 241e542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remix-sandbox.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
# cache: pnpm
cache-dependency-path: remix-sandbox/pnpm-lock.yaml
- run: pnpm i
- run: cp app/env.sample.ts app/env.ts
Expand Down

0 comments on commit 241e542

Please sign in to comment.