Skip to content

Commit 843f10d

Browse files
committed
workflow
1 parent 61f4198 commit 843f10d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
run: pnpm install
9696

9797
- name: Install pgpm CLI globally
98-
run: npm install -g pgpm@0.2.15
98+
run: npm install -g pgpm
9999

100100
- name: Build
101101
run: pnpm -r build

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: pnpm install
7070

7171
- name: Install pgpm CLI globally
72-
run: npm install -g pgpm@0.2.0
72+
run: npm install -g pgpm
7373

7474
- name: Build
7575
run: pnpm -r build

scripts/test-all-packages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ function main() {
231231

232232
if (!commandExists('pgpm')) {
233233
console.error(`${RED}ERROR: pgpm CLI not found. Please install pgpm globally.${NC}`);
234-
console.log('Run: npm install -g pgpm@0.2.0');
234+
console.log('Run: npm install -g pgpm');
235235
process.exit(1);
236236
}
237237

0 commit comments

Comments
 (0)