Skip to content

Commit

Permalink
ci: bump pnpm
Browse files Browse the repository at this point in the history
fixes the incompatible lockfile problem
  • Loading branch information
LeoDog896 committed May 28, 2023
1 parent 8b323ce commit 575556a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 6.0.2
version: 8.1.1
- name: Install Dependencies
run: pnpm install
- name: Build Project
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 6.0.2
version: 8.1.1
- name: Install Dependencies
run: pnpm install
- name: Build Project
Expand Down

0 comments on commit 575556a

Please sign in to comment.