Skip to content

Commit

Permalink
ci: fix pnpm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed May 21, 2024
1 parent 601fa15 commit 441fca1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 20

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

- name: Install dependencies
run: pnpm i
Expand All @@ -39,6 +44,11 @@ jobs:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 20

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

- name: Install dependencies
run: pnpm i
Expand Down

0 comments on commit 441fca1

Please sign in to comment.