Skip to content

Commit

Permalink
updated yarn install v1.22.22
Browse files Browse the repository at this point in the history
info No lockfile found.
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Saved lockfile.
Done in 0.03s. in workflow for permission error fix
  • Loading branch information
aasimsyed committed May 1, 2024
1 parent 86c1877 commit 59926aa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pr_ci_frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ jobs:
- name: Setup Node environment
uses: actions/setup-node@v4

#- name: Install dependencies via Yarn
#uses: borales/actions-yarn@v5
#with:
#cmd: install
#dir: "frontend"
- name: Install dependencies via Yarn
uses: borales/actions-yarn@v5
with:
cmd: install
dir: "frontend"
run: yarn --cwd frontend install

- name: Install Prettier
run: yarn add prettier
Expand Down

0 comments on commit 59926aa

Please sign in to comment.