Skip to content

Commit

Permalink
chore: switch to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jul 20, 2023
1 parent 9562188 commit afde49b
Show file tree
Hide file tree
Showing 9 changed files with 9,609 additions and 29,815 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm install
- run: npm test
cache: pnpm
- run: pnpm install
- run: pnpm test
env:
CI: true
- run: npm run e2e
- run: pnpm run e2e
env:
CI: true
Loading

0 comments on commit afde49b

Please sign in to comment.