mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
ci: remove corepack (#5867)
This commit is contained in:
parent
5462ab4765
commit
ac26e8b96a
1 changed files with 1 additions and 5 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -132,11 +132,7 @@ jobs:
|
||||||
|
|
||||||
- name: Prepack alteration
|
- name: Prepack alteration
|
||||||
working-directory: ./alteration
|
working-directory: ./alteration
|
||||||
run: |
|
run: pnpm i && pnpm prepack
|
||||||
# Remove corepack commands once a new Logto release is out
|
|
||||||
corepack enable pnpm
|
|
||||||
corepack use pnpm@8
|
|
||||||
pnpm i && pnpm prepack
|
|
||||||
# ** End **
|
# ** End **
|
||||||
|
|
||||||
- name: Setup Postgres
|
- name: Setup Postgres
|
||||||
|
|
Loading…
Add table
Reference in a new issue