Skip to content

Commit 4a3da38

Browse files
committed
chore: add ci workflow
1 parent 78979fb commit 4a3da38

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111

1212
- name: Cache dependencies
1313
id: yarn-cache
14-
uses: actions/cache@v3
14+
uses: actions/cache@v4
1515
with:
1616
path: |
1717
**/node_modules

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run unit tests
3636
run: yarn test --maxWorkers=2 --coverage
3737

38-
build:
38+
build-library:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12262,10 +12262,11 @@ __metadata:
1226212262
react-native: "npm:0.79.5"
1226312263
react-native-builder-bob: "npm:^0.40.13"
1226412264
react-native-monorepo-config: "npm:^0.1.9"
12265+
react-navigation-native-modal: "workspace:^"
1226512266
languageName: unknown
1226612267
linkType: soft
1226712268

12268-
"react-navigation-native-modal@workspace:.":
12269+
"react-navigation-native-modal@workspace:., react-navigation-native-modal@workspace:^":
1226912270
version: 0.0.0-use.local
1227012271
resolution: "react-navigation-native-modal@workspace:."
1227112272
dependencies:
@@ -12290,9 +12291,9 @@ __metadata:
1229012291
release-it: "npm:^19.0.4"
1229112292
typescript: "npm:^5.9.2"
1229212293
peerDependencies:
12293-
"@react-navigation/native": ^6.0.0
12294-
react: 19.1.1
12295-
react-native: 0.81.0
12294+
"@react-navigation/native": ^7.0.0
12295+
react: ">= 19.0.0"
12296+
react-native: "*"
1229612297
languageName: unknown
1229712298
linkType: soft
1229812299

0 commit comments

Comments
 (0)