Skip to content

Commit 722fa0f

Browse files
committed
test: update pnpm version
1 parent e794c1e commit 722fa0f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-e2e-composable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install pnpm
3434
uses: pnpm/action-setup@v2.0.1
3535
with:
36-
version: 8.5.1
36+
version: 8.6.2
3737

3838
- name: Get pnpm store directory
3939
id: pnpm-cache

.github/workflows/test-e2e-options.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install pnpm
3434
uses: pnpm/action-setup@v2.0.1
3535
with:
36-
version: 8.5.1
36+
version: 8.6.2
3737

3838
- name: Get pnpm store directory
3939
id: pnpm-cache

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install pnpm
3131
uses: pnpm/action-setup@v2.0.1
3232
with:
33-
version: 8.5.1
33+
version: 8.6.2
3434

3535
- name: Get pnpm store directory
3636
id: pnpm-cache

0 commit comments

Comments
 (0)