Skip to content

Commit

Permalink
use pnpm/action-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Aug 25, 2024
1 parent 6ea263d commit 6e3d03d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,9 @@ jobs:
with:
bun-version-file: ".bun-version"

- name: Setup corepack
- name: Setup pnpm
if: ${{ matrix.runtime == 'node' }}
run: |
corepack enable
corepack prepare pnpm --activate
corepack --version
pnpm --version
which pnpm
echo $PNPM_HOME
echo $PATH
uses: pnpm/action-setup@v4

- name: Install deps
run: deno task setup:${{ matrix.runtime }}
Expand Down

0 comments on commit 6e3d03d

Please sign in to comment.