Skip to content

Commit

Permalink
Merge pull request #3641 from LiteFarmOrg/regenerate-pnpm-lock-patch-…
Browse files Browse the repository at this point in the history
…3.7.3

Fix failing frontend GitHub workflows after 3.7.3 patch and backport
  • Loading branch information
antsgar authored Jan 7, 2025
2 parents 6bb9394 + 06ac048 commit 5951cec
Show file tree
Hide file tree
Showing 3 changed files with 4,768 additions and 3,983 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_translation_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/[email protected]
with:
version: 6.26.1
version: latest

- name: Install pnpm dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webapp_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 6.26.1
version: latest
- name: Install dependencies
run: pnpm install
- name: Run unit tests
Expand Down
Loading

0 comments on commit 5951cec

Please sign in to comment.