File tree Expand file tree Collapse file tree 4 files changed +28
-29
lines changed
Expand file tree Collapse file tree 4 files changed +28
-29
lines changed Original file line number Diff line number Diff line change 99 with :
1010 node-version-file : .nvmrc
1111
12+ - name : Restore dependencies
13+ id : yarn-cache
14+ uses :
actions/cache/[email protected] 15+ with :
16+ path : |
17+ **/node_modules
18+ .yarn/install-state.gz
19+ key : ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}-${{ hashFiles('**/package.json', '!node_modules/**') }}
20+ restore-keys : |
21+ ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
22+ ${{ runner.os }}-yarn-
23+
1224 - name : Install dependencies
25+ if : steps.yarn-cache.outputs.cache-hit != 'true'
1326 run : yarn install --immutable
1427 shell : bash
28+
29+ - name : Cache dependencies
30+ if : steps.yarn-cache.outputs.cache-hit != 'true'
31+ uses :
actions/cache/[email protected] 32+ with :
33+ path : |
34+ **/node_modules
35+ .yarn/install-state.gz
36+ key : ${{ steps.yarn-cache.outputs.cache-primary-key }}
Original file line number Diff line number Diff line change 1- v22.14.0
1+ 22
Original file line number Diff line number Diff line change 7575 "@react-native/eslint-config" : " 0.82.0-rc.4" ,
7676 "@semantic-release/changelog" : " 6.0.3" ,
7777 "@semantic-release/git" : " 10.0.1" ,
78- "@semantic-release/npm" : " 13.0.0-alpha.15 " ,
78+ "@semantic-release/npm" : " 13.0.0-beta.1 " ,
7979 "@types/jest" : " 30.0.0" ,
8080 "@types/react" : " 19.1.15" ,
8181 "clang-format-node" : " 2.0.1" ,
9797 "typescript" : " 5.9.2"
9898 },
9999 "overrides" : {
100- "@semantic-release/npm" : " 13.0.0-alpha.15 " ,
100+ "@semantic-release/npm" : " 13.0.0-beta.1 " ,
101101 "semantic-release" : " 25.0.0-beta.6"
102102 },
103103 "peerDependencies" : {
Original file line number Diff line number Diff line change @@ -3376,30 +3376,7 @@ __metadata:
33763376 languageName : node
33773377 linkType : hard
33783378
3379- " @semantic-release/npm@npm:13.0.0-alpha.15 " :
3380- version : 13.0.0-alpha.15
3381- resolution : " @semantic-release/npm@npm:13.0.0-alpha.15"
3382- dependencies :
3383- " @semantic-release/error " : ^4.0.0
3384- aggregate-error : ^5.0.0
3385- execa : ^9.0.0
3386- fs-extra : ^11.0.0
3387- lodash-es : ^4.17.21
3388- nerf-dart : ^1.0.0
3389- normalize-url : ^8.0.0
3390- npm : ^11.5.1
3391- rc : ^1.2.8
3392- read-pkg : ^9.0.0
3393- registry-auth-token : ^5.0.0
3394- semver : ^7.1.2
3395- tempy : ^3.0.0
3396- peerDependencies :
3397- semantic-release : " >=20.1.0"
3398- checksum : 896e1eaa6093a9af3ee4f25097cb11192d2d5083f7324f361a025c888263392997a516a31457cc995465e54184673e2b8904c80cfa5b3e5120f4b6a8edc7d6bc
3399- languageName : node
3400- linkType : hard
3401-
3402- " @semantic-release/npm@npm:^13.0.0-beta.1 " :
3379+ " @semantic-release/npm@npm:13.0.0-beta.1, @semantic-release/npm@npm:^13.0.0-beta.1 " :
34033380 version : 13.0.0-beta.1
34043381 resolution : " @semantic-release/npm@npm:13.0.0-beta.1"
34053382 dependencies :
@@ -10457,7 +10434,7 @@ __metadata:
1045710434 languageName : node
1045810435 linkType : hard
1045910436
10460- " npm@npm:^11.4.2, npm@npm:^11.5.1 " :
10437+ " npm@npm:^11.4.2 " :
1046110438 version : 11.6.1
1046210439 resolution : " npm@npm:11.6.1"
1046310440 dependencies :
@@ -11495,7 +11472,7 @@ __metadata:
1149511472 " @react-native/eslint-config " : 0.82.0-rc.4
1149611473 " @semantic-release/changelog " : 6.0.3
1149711474 " @semantic-release/git " : 10.0.1
11498- " @semantic-release/npm " : 13.0.0-alpha.15
11475+ " @semantic-release/npm " : 13.0.0-beta.1
1149911476 " @types/jest " : 30.0.0
1150011477 " @types/react " : 19.1.15
1150111478 clang-format-node : 2.0.1
You can’t perform that action at this time.
0 commit comments