Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit b4c3407

Browse files
benthecarmanfuturepaul
authored andcommitted
fix ci
1 parent 3b2e645 commit b4c3407

File tree

7 files changed

+7
-9
lines changed

7 files changed

+7
-9
lines changed

.github/workflows/android-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
node-version: 18.x
3838

39-
- uses: pnpm/action-setup@v2
39+
- uses: pnpm/action-setup@v4
4040
name: Install pnpm
4141
id: pnpm-install
4242
with:

.github/workflows/android-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
node-version: 18.x
3434

35-
- uses: pnpm/action-setup@v2
35+
- uses: pnpm/action-setup@v4
3636
name: Install pnpm
3737
id: pnpm-install
3838
with:

.github/workflows/android-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
node-version: 18.x
3535

36-
- uses: pnpm/action-setup@v2
36+
- uses: pnpm/action-setup@v4
3737
name: Install pnpm
3838
id: pnpm-install
3939
with:

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: 18.x
2323

24-
- uses: pnpm/action-setup@v2
24+
- uses: pnpm/action-setup@v4
2525
name: Install pnpm
2626
id: pnpm-install
2727
with:

.github/workflows/ios-prod.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ jobs:
1515
- name: Checkout source
1616
uses: actions/checkout@v3
1717

18-
- uses: pnpm/action-setup@v2
18+
- uses: pnpm/action-setup@v4
1919
name: Install pnpm
2020
id: pnpm-install
2121
with:
22-
version: 8
2322
run_install: false
2423

2524
- name: Setup Node.js

.github/workflows/ios-staging.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ jobs:
1515
- name: Checkout source
1616
uses: actions/checkout@v3
1717

18-
- uses: pnpm/action-setup@v2
18+
- uses: pnpm/action-setup@v4
1919
name: Install pnpm
2020
id: pnpm-install
2121
with:
22-
version: 8
2322
run_install: false
2423

2524
- name: Setup Node.js

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: 18.x
2525

26-
- uses: pnpm/action-setup@v2
26+
- uses: pnpm/action-setup@v4
2727
name: Install pnpm
2828
id: pnpm-install
2929
with:

0 commit comments

Comments
 (0)