File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments