chore: not shallow copy

This commit is contained in:
Lluis Agusti
2025-06-25 14:12:35 +04:00
parent 27c682d0a8
commit ca993edac6

View File

@@ -65,6 +65,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v4