Skip to content

Commit

Permalink
Change npm -> pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
nedjulius committed Mar 18, 2024
1 parent fb8cecf commit 21b5115
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ jobs:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: '${{ matrix.node-version }}'
cache: 'npm'
- run: npm install
cache: 'pnpm'
- run: pnpm install
- run: npm run test

0 comments on commit 21b5115

Please sign in to comment.