Skip to content

Commit

Permalink
yarn install --frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Sep 10, 2024
1 parent 3cb236a commit 5229da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
node-version: 22.x
- run: npm install -g yarn
- run: yarn install
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: cloudflare/wrangler-action@v3
with:
Expand Down

0 comments on commit 5229da2

Please sign in to comment.