Skip to content

Commit

Permalink
Move to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Nov 18, 2024
1 parent 4a7d58e commit 21c4a90
Show file tree
Hide file tree
Showing 4 changed files with 607 additions and 1,061 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ jobs:
fail-fast: false
matrix:
node-version:
- 22
- 23
- 20
- 18
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- uses: pnpm/action-setup@v4
with:
version: 9
- run: pnpm install
- run: pnpm test
Loading

0 comments on commit 21c4a90

Please sign in to comment.