Skip to content

Commit f538286

Browse files
committed
chore: update various dependencies including React Navigation, Framer Motion, and Node types.
1 parent cb8b21c commit f538286

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,17 @@ env:
1818
jobs:
1919
ci:
2020
runs-on: ubuntu-latest
21+
strategy:
22+
matrix:
23+
node-version: [24]
2124
steps:
2225
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2326

27+
- name: Using Node.js ${{ matrix.node-version }}
28+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
29+
with:
30+
node-version: ${{ matrix.node-version }}
31+
2432
- name: Setup Bun
2533
uses: oven-sh/setup-bun@ff41c74480e92d179c27462a68d60e4e4ccb5e06 # v2.0.1
2634

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ To chat with other community members, you can join the [Evolu Discord](https://d
2828

2929
Evolu monorepo uses [Bun](https://bun.sh).
3030

31+
> [!NOTE]
32+
> The Evolu monorepo is verified to run under **Bun 1.3.8** in combination with **Node.js >=24.0.0**. This compatibility is explicitly tested in CI.
33+
3134
Install dependencies:
3235

3336
```

bun.lock

Lines changed: 10 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)