Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> FIX PLZ
  • Loading branch information
NaysKutzu committed Nov 23, 2024
1 parent d279883 commit ea2ccf1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@ jobs:
steps:
- name: Code Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
working-directory: frontend
- name: Setup Yarn Berry
uses: threeal/setup-yarn-action@v2.0.0
- name: Install dependencies
run: |
if [ -f yarn.lock ]; then
Expand Down

0 comments on commit ea2ccf1

Please sign in to comment.