Skip to content

Commit

Permalink
ci: setup pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Jan 30, 2024
1 parent 82087ff commit 18f44b2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '20.x'
- run: npx pnpm i
- run: npm run build --if-present
- run: npm test
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm run build --if-present
- run: pnpm test

0 comments on commit 18f44b2

Please sign in to comment.