Skip to content

Commit

Permalink
Switch to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed May 20, 2024
1 parent 52dbff1 commit ec93e71
Show file tree
Hide file tree
Showing 4 changed files with 6,730 additions and 9,199 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ jobs:
node: [ '18', '20', '22' ]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm test
cache: 'pnpm'
- run: pnpm install
- run: pnpm test
Loading

0 comments on commit ec93e71

Please sign in to comment.