Skip to content

Commit 8658416

Browse files
committed
Update workflow
1 parent 31654fd commit 8658416

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
with:
4343
node-version: '20'
4444

45+
- name: Set up pnpm
46+
uses: pnpm/action-setup@v4
47+
with:
48+
version: 9
49+
4550
- name: Install dependencies
4651
run: pnpm install
4752

@@ -83,6 +88,11 @@ jobs:
8388
with:
8489
node-version: '20'
8590

91+
- name: Set up pnpm
92+
uses: pnpm/action-setup@v4
93+
with:
94+
version: 9
95+
8696
- name: Install dependencies
8797
run: pnpm install
8898

0 commit comments

Comments
 (0)