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 1e5544e commit 9bae12fCopy full SHA for 9bae12f
.github/workflows/pull-request-snapshot-diff.yml
@@ -157,7 +157,7 @@ jobs:
157
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');
+ const fs = require('node:fs');
161
let hasMinor = 0, hasMajor = 0;
162
try {
163
const txt = fs.readFileSync('.changeset-status.json','utf8').trim();
0 commit comments