Skip to content

Commit 060da84

Browse files
authored
Merge pull request #280 from NYU-RTS/ci/storage-finder-cron-fix
also add pnpm to ci action
2 parents 57cce77 + 6169790 commit 060da84

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/storage-finder-sync.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616

1717
- name: Set up Bun
1818
uses: oven-sh/setup-bun@v2
19+
20+
- name: Install pnpm
21+
uses: pnpm/action-setup@v4
22+
with:
23+
version: latest
1924

2025
- name: Install dependencies
2126
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)