Skip to content

Commit

Permalink
👷 (package manager) add pnpm config to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandortec committed Apr 9, 2024
1 parent dcdfa9f commit 35c9a1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 6.32.9
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down

0 comments on commit 35c9a1e

Please sign in to comment.