Skip to content

Commit 7f85023

Browse files
committed
chore(ci): update cy pnpm version
1 parent 5f37a21 commit 7f85023

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dreamhost-preview-static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install pnpm
1818
uses: pnpm/action-setup@v4
1919
with:
20-
version: 9
20+
version: 10
2121
run_install: false
2222

2323
- name: Install Node.js

.github/workflows/dreamhost-static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install pnpm
2020
uses: pnpm/action-setup@v4
2121
with:
22-
version: 9
22+
version: 10
2323
run_install: false
2424

2525
- name: Install Node.js

.github/workflows/sync-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install pnpm
4545
uses: pnpm/action-setup@v4
4646
with:
47-
version: 9
47+
version: 10
4848
run_install: false
4949

5050
- name: Install Node.js

0 commit comments

Comments
 (0)