File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3636 name : Compile TypeScript (tsc)
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 - uses : oven-sh/setup-bun@v2
4141 - uses : reviewdog/action-setup@v1
4242
5353 name : Lint TypeScript (eslint, prettier)
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
5757 - uses : oven-sh/setup-bun@v2
58- - uses : reviewdog/action-setup@v1
5958
6059 - name : Install npm dependencies (bun)
6160 run : bun install
Original file line number Diff line number Diff line change 3939 "@babel/preset-env" : " ^7.25.4" ,
4040 "@babel/runtime" : " ^7.25.4" ,
4141 "@eslint/js" : " ^9.10.0" ,
42- "@jamesacarr/eslint-formatter-github-actions" : " ^0.2.0" ,
4342 "@react-native-community/cli" : " 15.0.1" ,
4443 "@react-native-community/cli-platform-android" : " 15.0.1" ,
4544 "@react-native-community/cli-platform-ios" : " 15.0.1" ,
You can’t perform that action at this time.
0 commit comments