Skip to content

Commit e447610

Browse files
committed
try to remove extra dep
1 parent 868f8f2 commit e447610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
echo "TARGET_BRANCH=${{ github.event.pull_request.base.ref }}" >> $GITHUB_ENV
8686
- run: git diff --name-only origin/$TARGET_BRANCH forkUpstream/$CURRENT_BRANCH > diff_output.txt
8787
- run: |
88-
npm install -g jscpd diff-so-fancy
88+
npm install -g jscpd
8989
9090
- run: jscpd --config "$GITHUB_WORKSPACE/.github/workflows/jscpd.json"
9191

0 commit comments

Comments
 (0)