Skip to content

Commit 1e5544e

Browse files
committed
chore: use local Changesets CLI instead of ad-hoc install
1 parent cf3fefd commit 1e5544e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-snapshot-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
shell: bash
155155
run: |
156156
set -euo pipefail
157-
npx -y @changesets/cli@^2 status --since=origin/main --output=json > .changeset-status.json || true
157+
npx changeset status --since=origin/main --output=json > .changeset-status.json || true
158158
# Parse JSON and emit HAS_MINOR/HAS_MAJOR to a temp env file
159159
node > .changeset-env <<'NODE'
160160
const fs = require('fs');

0 commit comments

Comments
 (0)