Skip to content

Commit

Permalink
ci: ensure we have all git history
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Dec 7, 2023
1 parent 1ebd337 commit a8fa51f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --prune

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit a8fa51f

Please sign in to comment.