We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ceaa7b commit a2e40d7Copy full SHA for a2e40d7
1 file changed
.github/workflows/ci.yml
@@ -528,6 +528,7 @@ jobs:
528
fi
529
530
- name: Use Node.js
531
+ if: steps.diffcheck.outputs.clean == 'false'
532
uses: actions/setup-node@v6
533
with:
534
cache: yarn
0 commit comments