Skip to content

Commit a9393a9

Browse files
committed
fix: missing ci / cd actions for pnpm install
1 parent caaa255 commit a9393a9

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
with:
4646
node-version: ${{ env.NODE_VERSION }}
4747
cache: 'pnpm'
48+
- name: Setup pnpm
49+
uses: pnpm/action-setup@v4
50+
with:
51+
version: 10.14.0
4852
- name: Enable corepack
4953
run: corepack enable
5054
- name: Install deps
@@ -78,6 +82,10 @@ jobs:
7882
with:
7983
node-version: ${{ matrix.node }}
8084
cache: 'pnpm'
85+
- name: Setup pnpm
86+
uses: pnpm/action-setup@v4
87+
with:
88+
version: 10.14.0
8189
- name: Enable corepack
8290
run: corepack enable
8391
- name: Install deps
@@ -122,6 +130,10 @@ jobs:
122130
with:
123131
node-version: ${{ env.NODE_VERSION }}
124132
cache: 'pnpm'
133+
- name: Setup pnpm
134+
uses: pnpm/action-setup@v4
135+
with:
136+
version: 10.14.0
125137
- name: Enable corepack
126138
run: corepack enable
127139
- name: Install deps (production only for audit)
@@ -153,6 +165,10 @@ jobs:
153165
with:
154166
node-version: ${{ env.NODE_VERSION }}
155167
cache: 'pnpm'
168+
- name: Setup pnpm
169+
uses: pnpm/action-setup@v4
170+
with:
171+
version: 10.14.0
156172
- name: Enable corepack
157173
run: corepack enable
158174
- name: Install deps

0 commit comments

Comments
 (0)