Skip to content

Commit

Permalink
trying to fix permissions error in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimsyed committed May 1, 2024
1 parent e10e67f commit 2ac84b4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pr_ci_frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ac84b4

Please sign in to comment.