diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1d7d4a..a63316b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,9 @@ jobs: node-version: 20 cache: "yarn" + - name: Configure Git Safe Directory + run: git config --global --add safe.directory ${{ github.workspace }} + - name: Install NPM packages run: yarn install