We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2634391 commit 90a3be7Copy full SHA for 90a3be7
.github/workflows/commitlint.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup Node and pnpm
20
uses: silverhand-io/actions-node-pnpm-run-steps@v5
21
with:
22
- pnpm-version: 9
+ pnpm-version: 10
23
24
- name: Commitlint
25
run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
26
- name: Build
27
run: pnpm -r build
0 commit comments