Skip to content

Commit

Permalink
Install pnpm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
koredefashokun committed Aug 25, 2024
1 parent 6427585 commit 98596f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- uses: actions/setup-node@v4

- name: Install dependencies
Expand All @@ -56,6 +61,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- uses: actions/setup-node@v4

- name: Install dependencies
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v1

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: Setup Node
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 98596f4

Please sign in to comment.