Skip to content

Commit

Permalink
Use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Davilarek committed Feb 11, 2024
1 parent f4e704b commit 5b2eb79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/automated-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm ci
- run: npm run build
- run: npm test
- uses: pnpm/action-setup@v3
- run: pnpm i
- run: pnpm run build
- run: pnpm test

0 comments on commit 5b2eb79

Please sign in to comment.