Skip to content

Commit ce72f38

Browse files
committed
- name: Install pnpm
1 parent e894614 commit ce72f38

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/dependancy-update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
with:
1919
node-version: '21.7.1'
2020

21+
- name: Install pnpm
22+
run: npm install -g pnpm
23+
2124
- name: Install dependencies
2225
run: pnpm install
2326

.github/workflows/lint-and-test.yml

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

26+
- name: Install pnpm
27+
run: npm install -g pnpm
28+
2629
- name: Install dependencies
2730
run: pnpm install
2831

.github/workflows/test-multiple-node-versions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626

27+
- name: Install pnpm
28+
run: npm install -g pnpm
29+
2730
- name: Install dependencies
2831
run: pnpm install
2932

0 commit comments

Comments
 (0)