Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sheikalthaf authored Oct 12, 2023
1 parent d64cefa commit a90a666
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
cache: 'npm'
- name: Setup pnpm
uses: pnpm/[email protected]

- run: pnpm ci
- run: pnpm run build --if-present
- run: pnpm test

0 comments on commit a90a666

Please sign in to comment.