Skip to content

Commit 5d176e4

Browse files
committed
fix(ci): pnpm version
1 parent 6f86468 commit 5d176e4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/deploy-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup pnpm
2727
uses: pnpm/action-setup@v3
2828
with:
29-
version: 8
29+
version: 10
3030
run_install: |
3131
- recursive: true
3232
args: [--frozen-lockfile, --strict-peer-dependencies]

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup pnpm
2323
uses: pnpm/action-setup@v3
2424
with:
25-
version: 8
25+
version: 10
2626
run_install: |
2727
- recursive: true
2828
args: [--frozen-lockfile, --strict-peer-dependencies]

.github/workflows/deploy-tcb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup pnpm
2727
uses: pnpm/action-setup@v3
2828
with:
29-
version: 8
29+
version: 10
3030
run_install: |
3131
- recursive: true
3232
args: [--frozen-lockfile, --strict-peer-dependencies]

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup pnpm
2626
uses: pnpm/action-setup@v3
2727
with:
28-
version: 8
28+
version: 10
2929
run_install: |
3030
- recursive: true
3131
args: [--frozen-lockfile, --strict-peer-dependencies]

.github/workflows/notion-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup pnpm
2424
uses: pnpm/action-setup@v3
2525
with:
26-
version: 8
26+
version: 10
2727
run_install: |
2828
- recursive: true
2929
args: [--frozen-lockfile, --strict-peer-dependencies]

.github/workflows/sync-components-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup pnpm
2323
uses: pnpm/action-setup@v3
2424
with:
25-
version: 8
25+
version: 10
2626
run_install: |
2727
- recursive: true
2828
args: [--frozen-lockfile, --strict-peer-dependencies]

0 commit comments

Comments
 (0)