Skip to content

Commit

Permalink
lockfile step
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed May 1, 2024
1 parent fb6f902 commit ce085f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ runs:
- name: Install dependencies
shell: bash
run: pnpm install --frozen-lockfile
run: pnpm install
if: ${{ steps.pnpm-cache.outputs.cache-hit != 'true' }}

0 comments on commit ce085f5

Please sign in to comment.