Skip to content

Commit 0980601

Browse files
Update orama_sync.yml
1 parent b3b41f6 commit 0980601

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/orama_sync.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Check out code
15+
- name: Checkout repository
1616
uses: actions/checkout@v4
17-
18-
- name: Install tools & dependencies
19-
uses: ./.github/actions/install
20-
17+
- uses: pnpm/action-setup@v3
18+
with:
19+
version: 8
20+
- name: Setup Node.js
21+
uses: actions/setup-node@v4
22+
with:
23+
node-version: 20.x
24+
cache: pnpm
25+
- name: Install dependencies
26+
run: pnpm i
2127
- name: Sync Orama
2228
run: pnpm sync:orama
2329
env:

0 commit comments

Comments
 (0)