Skip to content

Commit

Permalink
fix run_install pnpm arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad committed May 2, 2024
1 parent 026cc23 commit 0dd3f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
uses: pnpm/action-setup@v3
with:
version: 9
run_install:
run_install: |
- args: [--no-frozen-lockfile]
- name: Setup Node (${{ inputs.node }})
Expand Down

0 comments on commit 0dd3f29

Please sign in to comment.