Skip to content

Commit

Permalink
https://github.com/pnpm/pnpm/issues/5635
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkpiano committed Aug 2, 2024
1 parent 90b2d62 commit 7103115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/ci-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
shell: bash
id: pnpm-cache
run: |
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
echo "pnpm_cache_dir=$(pnpm store path | tr -d '\n')" >> $GITHUB_OUTPUT
- uses: actions/cache@v4
name: Setup pnpm cache
with:
Expand Down

0 comments on commit 7103115

Please sign in to comment.