From 2ac84b40d3fd1e015b66bf8edc5465bb861724e6 Mon Sep 17 00:00:00 2001 From: aasim Date: Wed, 1 May 2024 14:36:32 -0400 Subject: [PATCH] trying to fix permissions error in github action --- .github/workflows/pr_ci_frontend.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr_ci_frontend.yaml b/.github/workflows/pr_ci_frontend.yaml index 10d765d3f..5df0cad6b 100644 --- a/.github/workflows/pr_ci_frontend.yaml +++ b/.github/workflows/pr_ci_frontend.yaml @@ -58,17 +58,13 @@ jobs: - name: Setup Node environment uses: actions/setup-node@v4 - - - name: Clean yarn cache - uses: borales/actions-yarn@v4 with: - cmd: cache clean - dir: "frontend" + node-version: 20 - name: Install dependencies via Yarn uses: borales/actions-yarn@v4 with: - cmd: install --frozen-lockfile --force + cmd: install --immutable --force --frozen-lockfile dir: "frontend" #- name: Install dependencies via Yarn