Skip to content

Commit

Permalink
chore: upgrade ci infra version
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Nov 28, 2024
1 parent 0015515 commit 3e8de5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-aab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 22.x
cache: pnpm
- name: Set Up JDK
uses: actions/setup-java@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 22.x
cache: pnpm
- name: Set Up JDK
uses: actions/setup-java@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/eas-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 22.x
cache: pnpm

- name: Setup Expo and EAS
Expand Down

0 comments on commit 3e8de5a

Please sign in to comment.