Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 4795a52

Browse files
committed
bump bun version, try to fix case in dir name
1 parent 3225f92 commit 4795a52

File tree

9 files changed

+655
-15
lines changed

9 files changed

+655
-15
lines changed

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- uses: oven-sh/setup-bun@v2
3636
with:
37-
bun-version: 1.1.21
37+
bun-version: 1.1.22
3838

3939
- name: Setup JDK
4040
uses: actions/setup-java@v4

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: oven-sh/setup-bun@v2
2727
with:
28-
bun-version: 1.1.21
28+
bun-version: 1.1.22
2929

3030
- name: Bootstrap JS
3131
run: |

.github/workflows/validate-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: oven-sh/setup-bun@v2
2525
with:
26-
bun-version: 1.1.21
26+
bun-version: 1.1.22
2727

2828
- name: Setup JDK
2929
uses: actions/setup-java@v4

.github/workflows/validate-js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- uses: oven-sh/setup-bun@v2
3939
with:
40-
bun-version: 1.1.21
40+
bun-version: 1.1.22
4141

4242
- name: Install reviewdog
4343
uses: reviewdog/action-setup@v1
@@ -60,7 +60,7 @@ jobs:
6060

6161
- uses: oven-sh/setup-bun@v2
6262
with:
63-
bun-version: 1.1.21
63+
bun-version: 1.1.22
6464

6565
- name: Bootstrap JS
6666
run: |

example/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ export default typescriptEslint.config(
3535
},
3636
// don't lint config files
3737
{
38-
ignores: ['*.config.js'],
38+
ignores: ['*.config.*js'],
3939
},
4040
);

example/react-native.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = {};

example/react-native.config.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)