Skip to content

Commit

Permalink
trying another clenaup of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimsyed committed Apr 23, 2024
1 parent 6e6fae0 commit 4e5d51b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/pr_ci_frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,12 @@ jobs:

- name: Setup Node environment
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'

- name: Install dependencies
working-directory: ./frontend
run: yarn install --frozen-lockfile
- name: Install dependencies via Yarn
uses: borales/actions-yarn@v5
with:
cmd: install
dir: "frontend"

- name: Install Prettier
working-directory: ./frontend
Expand Down

0 comments on commit 4e5d51b

Please sign in to comment.