Skip to content

Commit 662ceaf

Browse files
committed
This one's okay
1 parent 8db5346 commit 662ceaf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-legacy-5.0.4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: pnpm run build
4343
working-directory: packages/knip
4444
- name: Install earliest supported peer dependencies
45-
run: pnpm add typescript@5.0.4 @types/node@20
45+
run: pnpm add typescript@5.0.4 @types/node@20 --config.trustPolicy=allow
4646
working-directory: packages/knip
4747
- name: Type-check against TS 5.0.4
4848
run: |

.github/workflows/ci-legacy-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: pnpm install
2626
- name: Install latest peer dependencies
27-
run: pnpm add typescript@latest @types/node@22
27+
run: pnpm add typescript@latest @types/node@22 --config.trustPolicy=allow
2828
working-directory: packages/knip
2929
- name: Build knip
3030
run: pnpm run build

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: pnpm install
2424
- name: Install latest peer dependencies
25-
run: pnpm add typescript@next @types/node@24
25+
run: pnpm add typescript@next @types/node@24 --config.trustPolicy=allow
2626
working-directory: packages/knip
2727
- name: Build knip
2828
run: pnpm run build

0 commit comments

Comments
 (0)