Skip to content

Commit

Permalink
chore: update pnpm in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Apr 2, 2024
1 parent 58913f8 commit 625805c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 7.12
version: 8.15

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 7.12
version: 8.15

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 7.12
version: 8.15

- name: Setup Git
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up PNPM
uses: pnpm/action-setup@v2
with:
version: 7.12
version: 8.15

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 7.12
version: 8.15

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 625805c

Please sign in to comment.