Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed Feb 5, 2025
1 parent 263bb8f commit e495615
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- 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: Install pnpm
run: corepack enable pnpm

Expand Down Expand Up @@ -75,6 +83,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- 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: Install pnpm
run: corepack enable pnpm

Expand Down

0 comments on commit e495615

Please sign in to comment.