Skip to content

Commit 12989c9

Browse files
committed
build: fix CQ after latest ncu release
The new behavior of node-core-utils (which fetches the merge commit instead of fetching the patch files) requires the whole repo to be cloned, instead of just the last commit.
1 parent fa73561 commit 12989c9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/commit-queue.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323
with:
24+
# Needs the whole git history for ncu to work
25+
# See https://github.com/nodejs/node-core-utils/pull/486
26+
fetch-depth: 0
2427
# A personal token is required because pushing with GITHUB_TOKEN will
2528
# prevent commits from running CI after they land on master. It needs
2629
# to be set here because `checkout` configures GitHub authentication

0 commit comments

Comments
 (0)