ci: set fetch-depth 0

This commit is contained in:
Aaron Yarborough 2025-03-09 21:53:25 +00:00
parent d1adebc9dd
commit 6b6e9e6c6c

View file

@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4