File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments