Skip to content

Commit

Permalink
fix: corepack (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 authored Feb 5, 2025
1 parent 312317c commit f50f064
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Use Latest Corepack
run: |
echo "Before: corepack version => $(corepack --version || echo 'not installed')"
npm install -g corepack@latest
echo "After : corepack version => $(corepack --version)"
corepack enable
pnpm --version
- name: Set APP in env
run: |
echo "APP_NAME=${{ matrix.app }}" >> $GITHUB_ENV
Expand Down

0 comments on commit f50f064

Please sign in to comment.