Skip to content

Commit

Permalink
fix: update workflow
Browse files Browse the repository at this point in the history
update ci workflow
  • Loading branch information
simeng-li committed Aug 20, 2024
1 parent ae3ccd2 commit a825b31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
types: [opened, edited, synchronize, reopened]

concurrency:
concurrency:
group: commitlint-${{ github.ref }}
cancel-in-progress: true

Expand All @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v4
uses: silverhand-io/actions-node-pnpm-run-steps@v5
with:
pnpm-version: 9

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v4
uses: silverhand-io/actions-node-pnpm-run-steps@v5
with:
pnpm-version: 9

Expand Down

0 comments on commit a825b31

Please sign in to comment.