Skip to content

Commit

Permalink
ci: update pnpm version in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Apr 11, 2023
1 parent d830e19 commit a75ffbd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-nuxt3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 7.1.7
version: 8.2.0

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-svelte3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 7.1.7
version: 8.2.0

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-vue3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 7.1.7
version: 8.2.0

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 7.1.7
version: 8.2.0

- name: Get pnpm store directory
id: pnpm-cache
Expand Down

0 comments on commit a75ffbd

Please sign in to comment.