Skip to content

Commit

Permalink
hotfix: setup pnpm before trying to use cache
Browse files Browse the repository at this point in the history
  • Loading branch information
atilafassina authored Apr 26, 2024
1 parent ea32a4a commit f82a195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/orama_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: pnpm
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Install dependencies
run: pnpm i
- name: Sync Orama
Expand Down

0 comments on commit f82a195

Please sign in to comment.