Skip to content

Commit

Permalink
use pnpm 8 on workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasperi committed Nov 25, 2024
1 parent af402a3 commit ba66b53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Install pnpm
run: |
npm i -g pnpm
npm i -g pnpm@8
pnpm set verify-store-integrity false
- name: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install pnpm
run: |
npm i -g pnpm
npm i -g pnpm@8
pnpm set verify-store-integrity false
- name: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Install pnpm
run: |
npm i -g pnpm
npm i -g pnpm@8
pnpm set verify-store-integrity false
- name: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Install pnpm
run: |
npm i -g pnpm
npm i -g pnpm@8
pnpm set verify-store-integrity false
- name: pnpm install
Expand Down

0 comments on commit ba66b53

Please sign in to comment.