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 Nov 20, 2023
1 parent d954d6b commit 99f9ea9
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 99f9ea9

Please sign in to comment.