Skip to content

Commit 7ae892d

Browse files
committed
🔑 set env var when installing with pnpm
1 parent 4805660 commit 7ae892d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
key: eslint-${{ github.repository }}-${{ github.ref }}-${{ github.sha }}
203203
restore-keys: eslint-${{ github.repository }}-${{ github.ref }}-
204204
- name: Install ESLint
205-
run: pnpm install
205+
run: env COREPACK_INTEGRITY_KEYS=0 pnpm install
206206
- name: Run ESLint
207207
run: pnpm eslint --cache .
208208

@@ -224,7 +224,7 @@ jobs:
224224
- name: Enable corepack
225225
run: corepack enable
226226
- name: Install tsc
227-
run: pnpm install
227+
run: env COREPACK_INTEGRITY_KEYS=0 pnpm install
228228
- name: Run tsc
229229
run: |
230230
pnpm tsc

0 commit comments

Comments
 (0)