0
Fork 0
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:
Gao Sun 2024-05-15 12:39:56 +08:00 committed by GitHub
parent 5462ab4765
commit ac26e8b96a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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