From 16aae7fa4b376119a7f23b41edbfcfc630df4d85 Mon Sep 17 00:00:00 2001 From: aasim Date: Wed, 1 May 2024 13:49:15 -0400 Subject: [PATCH] trying to fix permissions error in github action --- .github/workflows/pr_ci_frontend.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr_ci_frontend.yaml b/.github/workflows/pr_ci_frontend.yaml index d2f05cc16..a1cfba6d4 100644 --- a/.github/workflows/pr_ci_frontend.yaml +++ b/.github/workflows/pr_ci_frontend.yaml @@ -64,8 +64,7 @@ jobs: - name: Install dependencies via Yarn working-directory: ./frontend run: | - sudo chown -R $USER:$GROUP /home/runner/work/***/***/frontend/node_modules - yarn install + sudo yarn install - name: Install Prettier run: yarn add prettier