Skip to content

Commit

Permalink
chore(deps): Bump PNPM to v8 in CI/CD
Browse files Browse the repository at this point in the history
Should help fixing issues with PRs blocked by an invalid lockfile.
  • Loading branch information
franky47 authored Aug 3, 2023
1 parent 575ae42 commit 0f717f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
version: 8

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 0f717f8

Please sign in to comment.