Skip to content

Commit

Permalink
fix: removing lockfile before checks
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Oct 26, 2024
1 parent 37e762f commit a853289
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Remove pnpm lockfile
run: rm pnpm-lock.yaml

- name: Pnpm setup
uses: pnpm/action-setup@v2
with:
Expand Down

0 comments on commit a853289

Please sign in to comment.