We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e337b commit e55c5e4Copy full SHA for e55c5e4
1 file changed
.github/workflows/ci.yml
@@ -488,6 +488,7 @@ jobs:
488
fi
489
490
- name: Use Node.js
491
+ if: steps.diffcheck.outputs.clean == 'false'
492
uses: actions/setup-node@v6
493
with:
494
cache: yarn
0 commit comments