Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
ci: fix lockfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Nov 29, 2024
1 parent 5e50c73 commit 9536fc8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Change directory
run: cd frontend

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
Expand All @@ -28,6 +25,7 @@ jobs:
with:
node-version: 20
cache: pnpm
cache-dependency-path: frontend/pnpm-lock.yaml

- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
Expand Down

0 comments on commit 9536fc8

Please sign in to comment.