Skip to content

Commit

Permalink
chore: change npm to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
meixg committed Sep 8, 2023
1 parent fd6092a commit ef896d0
Show file tree
Hide file tree
Showing 4 changed files with 12,220 additions and 31,409 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- uses: pnpm/action-setup@v2
with:
version: latest
run_install: |
- args: [--frozen-lockfile]
- run: pnpm run build
env:
CI: true
- run: npm run test
- run: pnpm run test
env:
CI: true
- name: Coveralls GitHub Action
Expand Down
Loading

0 comments on commit ef896d0

Please sign in to comment.