Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
fix(ci): fix workflow pnpm install error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Jul 18, 2023
1 parent e0939ef commit 9c9c093
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
run_install: false

- name: Get pnpm store directory
id: pnpm-cache
Expand Down

0 comments on commit 9c9c093

Please sign in to comment.