diff --git a/.github/workflows/github.yml b/.github/workflows/github.yml index b6e1882..4536268 100644 --- a/.github/workflows/github.yml +++ b/.github/workflows/github.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@v3 - name: Setup yarn - run: npm install -g yarn + run: sudo npm install -g yarn --unsafe-perm=true --allow-root - name: Setup Nodejs with yarn caching uses: actions/setup-node@v2