.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ permissions: contents: write steps: - uses: actions/checkout@v4 - uses: actions/checkout@v5 with: fetch-depth: 0 @@ -53,7 +53,7 @@ permissions: contents: write steps: - uses: actions/checkout@v4 - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Setup Node