Skip to content

Commit

Permalink
infra: drop pnpm cache from setup-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
khmm12 committed Jun 20, 2024
1 parent 0e18a4d commit 4381eae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'

- name: Get pnpm store directory
id: pnpm-store-dir-path
run: echo "dir=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 4381eae

Please sign in to comment.