Skip to content

Commit

Permalink
adds pnpm to build github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ctbwx committed Feb 23, 2024
1 parent 9ba3c8a commit bed2fc7
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 @@ -8,6 +8,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- uses: actions/setup-node@v3
with:
node-version: 20
Expand Down

0 comments on commit bed2fc7

Please sign in to comment.