mirror of
https://github.com/logto-io/logto.git
synced 2025-03-24 22:41:28 -05:00
chore(deps): update logto-io/actions-node-pnpm-run-steps action to v1.2.2 (#908)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
e5cb163dc2
commit
e86ce3ce7f
5 changed files with 5 additions and 5 deletions
2
.github/workflows/commitlint.yml
vendored
2
.github/workflows/commitlint.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Setup Node and pnpm
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.2.1
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.2.2
|
||||
|
||||
- name: Commitlint
|
||||
run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD
|
||||
|
|
2
.github/workflows/deploy-dev.yml
vendored
2
.github/workflows/deploy-dev.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node and pnpm
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.2.1
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.2.2
|
||||
|
||||
- name: Build
|
||||
run: pnpm -- lerna run build --stream
|
||||
|
|
2
.github/workflows/integration-test.yml
vendored
2
.github/workflows/integration-test.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node and pnpm
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.2.1
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.2.2
|
||||
|
||||
- name: Package
|
||||
run: ./package.sh
|
||||
|
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node and pnpm
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.2.1
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.2.2
|
||||
|
||||
- name: Build
|
||||
run: pnpm ci:build
|
||||
|
|
2
.github/workflows/upload-annotations.yml
vendored
2
.github/workflows/upload-annotations.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node and pnpm
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.2.1
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.2.2
|
||||
|
||||
- name: Prepack
|
||||
run: pnpm prepack
|
||||
|
|
Loading…
Add table
Reference in a new issue