Skip to content

Commit

Permalink
ci: remove corepack (#5867)
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun authored May 15, 2024
1 parent 5462ab4 commit ac26e8b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac26e8b

Please sign in to comment.