Skip to content

Commit 015d29c

Browse files
committed
ci: add pnpm
1 parent af27d6c commit 015d29c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121

22+
- name: Install pnpm
23+
uses: pnpm/action-setup@v4
24+
2225
- name: Install Node.js
2326
uses: actions/setup-node@v4
2427
with:

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515

16+
- name: Install pnpm
17+
uses: pnpm/action-setup@v4
18+
1619
- name: Install Node.js
1720
uses: actions/setup-node@v3
1821
with:

0 commit comments

Comments
 (0)