We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f4198 commit 843f10dCopy full SHA for 843f10d
3 files changed
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
run: pnpm install
96
97
- name: Install pgpm CLI globally
98
- run: npm install -g pgpm@0.2.15
+ run: npm install -g pgpm
99
100
- name: Build
101
run: pnpm -r build
.github/workflows/integration-test.yml
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
- run: npm install -g pgpm@0.2.0
73
74
75
scripts/test-all-packages.js
@@ -231,7 +231,7 @@ function main() {
231
232
if (!commandExists('pgpm')) {
233
console.error(`${RED}ERROR: pgpm CLI not found. Please install pgpm globally.${NC}`);
234
- console.log('Run: npm install -g pgpm@0.2.0');
+ console.log('Run: npm install -g pgpm');
235
process.exit(1);
236
}
237
0 commit comments