Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-fruitful committed Mar 15, 2024
1 parent c6b595b commit a02dacb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a02dacb

Please sign in to comment.