mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -05:00
chore(deps): update logto-io/actions-node-pnpm-run-steps action to v1.2.1 (#725)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
4e7dfe2bec
commit
d78bbfe82c
3 changed files with 3 additions and 3 deletions
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.1.0
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.2.1
|
||||
|
||||
- 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@v3
|
||||
|
||||
- name: Setup Node and pnpm
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.1.0
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.2.1
|
||||
|
||||
- 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@v3
|
||||
|
||||
- name: Setup Node and pnpm
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.1.0
|
||||
uses: logto-io/actions-node-pnpm-run-steps@v1.2.1
|
||||
|
||||
- name: Prepack
|
||||
run: pnpm prepack
|
||||
|
|
Loading…
Add table
Reference in a new issue