Skip to content

Commit 49bab0f

Browse files
committed
fix: actions install pnpm
1 parent 4e2c9d7 commit 49bab0f

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ jobs:
9292
with:
9393
node-version: '22.x'
9494

95+
- name: Setup pnpm
96+
uses: pnpm/action-setup@v4
97+
with:
98+
version: 10
99+
95100
- name: Install Dependencies
96101
run: pnpm install
97102

.github/workflows/format.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
with:
2323
node-version: 22
2424

25+
- name: Setup pnpm
26+
uses: pnpm/action-setup@v4
27+
with:
28+
version: 10
29+
2530
- name: Install dependencies
2631
run: pnpm install
2732

.github/workflows/lint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
with:
2323
node-version: 22
2424

25+
- name: Setup pnpm
26+
uses: pnpm/action-setup@v4
27+
with:
28+
version: 10
29+
2530
- name: Install dependencies
2631
run: pnpm install
2732

0 commit comments

Comments
 (0)