Skip to content

Commit e7cb7c9

Browse files
committed
fix: failing CI deployment
Highlights: - Fixed failing CI deployment with changes to setup-node version
1 parent f215260 commit e7cb7c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- id: Checkout
2020
uses: actions/checkout@v3
21-
- uses: actions/setup-node@v2
21+
- uses: actions/setup-node@v4
2222
with:
2323
node-version: 22.x
2424
cache: yarn

docs/docs/01-getting-started.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Before you can use `react-native-header`, you need to have the following librari
3434

3535
- [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated)
3636
- [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context)
37+
- [@shopify/flash-list](https://github.com/Shopify/flash-list)
3738

3839
If you haven't installed these libraries yet, please follow the installation instructions on their respective documentation pages.
3940

0 commit comments

Comments
 (0)