Skip to content

Commit

Permalink
fix workflow pnpm error
Browse files Browse the repository at this point in the history
  • Loading branch information
mskian committed Nov 21, 2024
1 parent f480e10 commit 6d29fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ runs:
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm install
shell: bash
using: composite

0 comments on commit 6d29fbc

Please sign in to comment.