Skip to content

Commit

Permalink
fix frozen消してみる
Browse files Browse the repository at this point in the history
  • Loading branch information
usuyuki committed Mar 28, 2024
1 parent 991e986 commit 8603deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-deoloy-
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install

- name: Generate Env
run: |
Expand Down

0 comments on commit 8603deb

Please sign in to comment.