File tree Expand file tree Collapse file tree 3 files changed +1694
-1005
lines changed
Expand file tree Collapse file tree 3 files changed +1694
-1005
lines changed Original file line number Diff line number Diff line change 2525 - uses : actions/setup-node@v4
2626 with :
2727 node-version : lts/*
28- - run : yarn install --frozen-lockfile
28+ - run : yarn install --immutable
2929 - run : yarn test
3030 - run : yarn typescript
3131 - run : yarn prettier:check
4242 - uses : actions/setup-node@v4
4343 with :
4444 node-version : lts/*
45- - run : yarn install --frozen-lockfile
45+ - run : yarn install --immutable
4646 - run : yarn release
4747 env :
4848 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 101101 "react-native" : " ^0.76.9" ,
102102 "react-native-builder-bob" : " ^0.40.10" ,
103103 "react-native-test-app" : " 3.10.22" ,
104- "semantic-release" : " ^22 .0.12 " ,
104+ "semantic-release" : " ^25 .0.2 " ,
105105 "typescript" : " ^5.4.5"
106106 },
107107 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments