File tree Expand file tree Collapse file tree 3 files changed +23
-15
lines changed Expand file tree Collapse file tree 3 files changed +23
-15
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,21 @@ runs:
1616 path : |
1717 **/node_modules
1818 .yarn/install-state.gz
19- key : ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}-${{ hashFiles('**/package.json', '!node_modules/**') }}
19+ .yarn/cache
20+ key : ${{ runner.os }}-yarn-v2-${{ hashFiles('yarn.lock') }}-${{ hashFiles('**/package.json', '!node_modules/**') }}
2021 restore-keys : |
21- ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
22- ${{ runner.os }}-yarn-
22+ ${{ runner.os }}-yarn-v2- ${{ hashFiles('yarn.lock') }}
23+ ${{ runner.os }}-yarn-v2-
2324
2425 - name : Install dependencies
2526 if : steps.yarn-cache.outputs.cache-hit != 'true'
26- run : yarn install --immutable
27+ shell : bash
28+ run : |
29+ set -e
30+ yarn install --immutable || (
31+ echo "Immutable install failed — updating lockfile (CI-only)" &&
32+ yarn install --mode=update-lockfile
33+ )
2734 shell : bash
2835
2936 - name : Cache dependencies
3340 path : |
3441 **/node_modules
3542 .yarn/install-state.gz
43+ .yarn/cache
3644 key : ${{ steps.yarn-cache.outputs.cache-primary-key }}
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-nitro-sound" ,
3- "version" : " 0.2.3 " ,
3+ "version" : " 0.2.4 " ,
44 "description" : " React Native Sound Module 🔥 by Nitro" ,
55 "homepage" : " https://github.com/hyochan/react-native-nitro-sound" ,
66 "main" : " ./lib/module/index.js" ,
9898 "react-native-nitro-modules" : " ^0.29.3" ,
9999 "release-it" : " ^17.10.0" ,
100100 "turbo" : " ^1.10.7" ,
101- "typescript" : " ^5.8.3 "
101+ "typescript" : " ~5.5.4 "
102102 },
103103 "peerDependencies" : {
104104 "react" : " *" ,
Original file line number Diff line number Diff line change @@ -13800,7 +13800,7 @@ __metadata:
1380013800 react-native-nitro-modules: ^0.29.3
1380113801 release-it: ^17.10.0
1380213802 turbo: ^1.10.7
13803- typescript: ^5.8.3
13803+ typescript: ~5.5.4
1380413804 peerDependencies:
1380513805 react: "*"
1380613806 react-native: "*"
@@ -15937,23 +15937,23 @@ __metadata:
1593715937 languageName: node
1593815938 linkType: hard
1593915939
15940- "typescript@npm:^5.8.3 ":
15941- version: 5.9.2
15942- resolution: "typescript@npm:5.9.2 "
15940+ "typescript@npm:~5.5.4 ":
15941+ version: 5.5.4
15942+ resolution: "typescript@npm:5.5.4 "
1594315943 bin:
1594415944 tsc: bin/tsc
1594515945 tsserver: bin/tsserver
15946- checksum: f619cf6773cfe31409279711afd68cdf0859780006c50bc2a7a0c3227f85dea89a3b97248846326f3a17dad72ea90ec27cf61a8387772c680b2252fd02d8497b
15946+ checksum: b309040f3a1cd91c68a5a58af6b9fdd4e849b8c42d837b2c2e73f9a4f96a98c4f1ed398a9aab576ee0a4748f5690cf594e6b99dbe61de7839da748c41e6d6ca8
1594715947 languageName: node
1594815948 linkType: hard
1594915949
15950- "typescript@patch:typescript@^5.8.3 #~builtin<compat/typescript>":
15951- version: 5.9.2
15952- resolution: "typescript@patch:typescript@npm%3A5.9.2 #~builtin<compat/typescript>::version=5.9.2 &hash=14eedb"
15950+ "typescript@patch:typescript@~5.5.4 #~builtin<compat/typescript>":
15951+ version: 5.5.4
15952+ resolution: "typescript@patch:typescript@npm%3A5.5.4 #~builtin<compat/typescript>::version=5.5.4 &hash=14eedb"
1595315953 bin:
1595415954 tsc: bin/tsc
1595515955 tsserver: bin/tsserver
15956- checksum: e42a701947325500008334622321a6ad073f842f5e7d5e7b588a6346b31fdf51d56082b9ce5cef24312ecd3e48d6c0d4d44da7555f65e2feec18cf62ec540385
15956+ checksum: fc52962f31a5bcb716d4213bef516885e4f01f30cea797a831205fc9ef12b405a40561c40eae3127ab85ba1548e7df49df2bcdee6b84a94bfbe3a0d7eff16b14
1595715957 languageName: node
1595815958 linkType: hard
1595915959
You can’t perform that action at this time.
0 commit comments