Skip to content

Commit

Permalink
use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
rwv committed Jan 22, 2024
1 parent b59030d commit 73146c5
Show file tree
Hide file tree
Showing 3 changed files with 5,275 additions and 14,491 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ jobs:
with:
node-version: 16.x
cache: 'npm'
- run: npm ci
- run: npm run build
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- run: pnpm ci
- run: pnpm run build
- uses: actions/upload-artifact@v3
with:
name: dist
Expand Down
Loading

0 comments on commit 73146c5

Please sign in to comment.