Skip to content

Commit

Permalink
fix: pnpm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanAgudeloRSL authored Sep 26, 2024
1 parent 82cd7e3 commit 97e2cfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install
- name: Build project
Expand Down

0 comments on commit 97e2cfb

Please sign in to comment.