Skip to content

Commit 36af59e

Browse files
Merge branch 'main' into improve-show-2
2 parents 89d00f7 + 0980601 commit 36af59e

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
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:

src/routes/solid-router/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Overview
55
# Overview
66

77
:::info[Prerequisites]
8-
The docs are based on latest Solid-Router.
8+
The docs are based on latest Solid Router.
99
To use this version, you need to have Solid v1.8.4 or later installed.
1010
:::
1111

0 commit comments

Comments
 (0)