Skip to content

Commit

Permalink
fix: bump pnpm version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphazardous committed Aug 5, 2024
1 parent c25f6f4 commit 58d429c
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: 8.10.5
version: 8.15.9

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-svelte4.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: 8.10.5
version: 8.15.9

- 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 @@ -88,7 +88,7 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 8.10.5
version: 8.15.9

- 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: 8.10.5
version: 8.15.9

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

0 comments on commit 58d429c

Please sign in to comment.