Skip to content

Commit e205530

Browse files
committed
fix(ci): pin pgpm CLI to 4.7.4 (published 4.28.4 has broken workspace:^ refs)
1 parent 9605a88 commit e205530

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate-sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
cache: 'pnpm'
9393

9494
- name: Install pgpm CLI
95-
run: npm install -g pgpm
95+
run: npm install -g pgpm@4.7.4
9696

9797
- name: Install dependencies (constructive-functions)
9898
run: |

.github/workflows/pgpm-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
cache: 'pnpm'
5959

6060
- name: Install pgpm CLI
61-
run: npm install -g pgpm
61+
run: npm install -g pgpm@4.7.4
6262

6363
- name: Seed pg users
6464
run: pgpm admin-users bootstrap --yes

0 commit comments

Comments
 (0)