Skip to content

Commit 196237e

Browse files
committed
Install pnpm in ci
1 parent 7eeee5d commit 196237e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
uses: actions/setup-node@v6
2323
with:
2424
node-version: ${{ matrix.node-version }}
25+
- name: Install pnpm
26+
run: npm install -g pnpm
2527
- name: Install dependencies
2628
run: npm ci
2729
- name: Build & lint & test
@@ -35,6 +37,8 @@ jobs:
3537
uses: actions/setup-node@v6
3638
with:
3739
node-version: 'latest'
40+
- name: Install pnpm
41+
run: npm install -g pnpm
3842
- name: Install dependencies
3943
run: npm ci
4044
- name: test-mutation

0 commit comments

Comments
 (0)