Skip to content

Commit

Permalink
Install pnpm in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andershagbard committed Oct 7, 2024
1 parent 8fe3221 commit 63ae854
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4

- name: Install dependencies
run: pnpm i

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4

- name: Install modules
run: pnpm i

Expand Down

0 comments on commit 63ae854

Please sign in to comment.