Skip to content

Commit

Permalink
workflow: enable pnpm caching, fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Jan 13, 2025
1 parent 0920b7b commit 58f900c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- id: pnpm-cache-path
run: echo "pnpm_cache_path=$(pnpm store path --silent) >> $GITHUB_OUTPUT"
run: echo "pnpm_cache_path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
- uses: actions/cache@v4
with:
path: ${{ steps.pnpm-cache-path.outputs.pnpm_cache_path }}
Expand Down

0 comments on commit 58f900c

Please sign in to comment.