mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
chore(deps): update logto-io/actions-node-pnpm-run-steps action to v1.1.0 (#614)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
2253820b2e
commit
b582eaa20e
4 changed files with 4 additions and 4 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.0.2
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.1.0
|
||||
with:
|
||||
run-install: false
|
||||
|
||||
|
|
2
.github/workflows/deploy-dev.yml
vendored
2
.github/workflows/deploy-dev.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Node and pnpm
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.0.2
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.1.0
|
||||
|
||||
- name: Build
|
||||
run: pnpm -- lerna run build --stream
|
||||
|
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Node and pnpm
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.0.2
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.1.0
|
||||
|
||||
- name: Build
|
||||
run: pnpm -- lerna run --stream build
|
||||
|
|
2
.github/workflows/upload-annotations.yml
vendored
2
.github/workflows/upload-annotations.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Node and pnpm
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.0.2
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.1.0
|
||||
|
||||
- name: Prepack
|
||||
run: pnpm prepack
|
||||
|
|
Loading…
Add table
Reference in a new issue