Skip to content

Commit

Permalink
testing fetch depth 0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj committed Dec 21, 2023
1 parent a3ed427 commit 1b1f16b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- '16.x'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 1b1f16b

Please sign in to comment.