diff --git a/.changeset/afraid-buckets-yell.md b/.changeset/afraid-buckets-yell.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/afraid-buckets-yell.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/node-ci-lint.yml b/.github/workflows/node-ci-lint.yml index 688aafcb7..71bcb5978 100644 --- a/.github/workflows/node-ci-lint.yml +++ b/.github/workflows/node-ci-lint.yml @@ -13,7 +13,10 @@ jobs: os: [ubuntu-latest] node-version: [20.x] steps: - - uses: actions/checkout@v4 + - name: Checkout repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: