mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -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
|
||||
working-directory: ./alteration
|
||||
run: |
|
||||
# Remove corepack commands once a new Logto release is out
|
||||
corepack enable pnpm
|
||||
corepack use pnpm@8
|
||||
pnpm i && pnpm prepack
|
||||
run: pnpm i && pnpm prepack
|
||||
# ** End **
|
||||
|
||||
- name: Setup Postgres
|
||||
|
|
Loading…
Reference in a new issue