Skip to content

Commit

Permalink
add pnpm in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericHeem committed Dec 19, 2024
1 parent 16cf823 commit fa385c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
node-version: 20

- uses: pnpm/action-setup@v4
with:
run_install: |
- recursive: true
- name: Build bau/examples/bau-ts-test
working-directory: bau/examples/bau-ts-test
run: |
Expand Down

0 comments on commit fa385c6

Please sign in to comment.