Skip to content

Commit 90a3be7

Browse files
committed
chore: update pnpm version in ci jobs
update pnpm version in ci jobs
1 parent 2634391 commit 90a3be7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node and pnpm
2020
uses: silverhand-io/actions-node-pnpm-run-steps@v5
2121
with:
22-
pnpm-version: 9
22+
pnpm-version: 10
2323

2424
- name: Commitlint
2525
run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node and pnpm
2222
uses: silverhand-io/actions-node-pnpm-run-steps@v5
2323
with:
24-
pnpm-version: 9
24+
pnpm-version: 10
2525

2626
- name: Build
2727
run: pnpm -r build

0 commit comments

Comments
 (0)