Skip to content

Commit

Permalink
ci: fix pnpm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
chfoidl committed Feb 6, 2024
1 parent d7ae6da commit 7c4ac22
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:

- name: Get pnpm store directory
id: pnpm-cache
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
name: Setup pnpm cache
Expand Down

0 comments on commit 7c4ac22

Please sign in to comment.