Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Jul 12, 2024
1 parent c2d4a3f commit 2a4974f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: 8
run_install: false
run_install: |
- args: [--frozen-lockfile]
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 2a4974f

Please sign in to comment.