Skip to content

Commit

Permalink
fix yarn path
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed May 25, 2024
1 parent 80606c5 commit 78e3223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
node-version: 20
cache: 'yarn'
cache-dependency-path: './frontend/yarn.lock'
- run: corepack enable
- run: yarn install --immutable
- name: Build
Expand Down

0 comments on commit 78e3223

Please sign in to comment.