Skip to content

Commit a984a01

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

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/build.yml

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

95+
- name: Setup pnpm
96+
uses: pnpm/action-setup@v4
97+
9598
- name: Install Dependencies
9699
run: pnpm install
97100

.github/workflows/format.yml

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

25+
- name: Setup pnpm
26+
uses: pnpm/action-setup@v4
27+
2528
- name: Install dependencies
2629
run: pnpm install
2730

.github/workflows/lint.yml

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

25+
- name: Setup pnpm
26+
uses: pnpm/action-setup@v4
27+
2528
- name: Install dependencies
2629
run: pnpm install
2730

0 commit comments

Comments
 (0)