Skip to content

Commit ed7f623

Browse files
authored
fix pnpm
1 parent b36a562 commit ed7f623

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/check-dist.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
with:
3737
node-version-file: .node-version
3838

39+
- name: Setup pnpm
40+
uses: pnpm/[email protected]
41+
3942
- name: Install Dependencies
4043
id: install
4144
run: pnpm install

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
with:
2828
node-version-file: .node-version
2929

30+
- name: Setup pnpm
31+
uses: pnpm/[email protected]
32+
3033
- name: Install Dependencies
3134
id: pnpm-install
3235
run: pnpm install

.github/workflows/linter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
with:
3232
node-version-file: .node-version
3333

34+
- name: Setup pnpm
35+
uses: pnpm/[email protected]
36+
3437
- name: Install Dependencies
3538
id: install
3639
run: pnpm install

0 commit comments

Comments
 (0)