We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3fefd commit 1e5544eCopy full SHA for 1e5544e
.github/workflows/pull-request-snapshot-diff.yml
@@ -154,7 +154,7 @@ jobs:
154
shell: bash
155
run: |
156
set -euo pipefail
157
- npx -y @changesets/cli@^2 status --since=origin/main --output=json > .changeset-status.json || true
+ npx changeset status --since=origin/main --output=json > .changeset-status.json || true
158
# Parse JSON and emit HAS_MINOR/HAS_MAJOR to a temp env file
159
node > .changeset-env <<'NODE'
160
const fs = require('fs');
0 commit comments