Skip to content

Commit

Permalink
ci: remove pnpm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Kulebaev committed May 25, 2024
1 parent 912712d commit 7cda3a7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
- name: Cache pnpm modules
uses: actions/cache@v4
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: ${{ runner.os }}-
- name: Install dependencies
run: corepack pnpm install
- name: Run tests
Expand Down

0 comments on commit 7cda3a7

Please sign in to comment.