Skip to content

Commit f764354

Browse files
committed
fix: remove non-interactive option
1 parent daf9092 commit f764354

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
${{ runner.os }}-pnpm-store-
2727
- name: Install Dependencies
2828
run:
29-
pnpm install --frozen-lockfile --non-interactive
29+
pnpm install --frozen-lockfile
3030
- name: Test
3131
run: pnpm test
3232
- name: Lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
restore-keys: |
2424
${{ runner.os }}-pnpm-store-
2525
- name: Install Dependencies
26-
run: pnpm install --frozen-lockfile --non-interactive
26+
run: pnpm install --frozen-lockfile
2727
- name: Semantic Release
2828
run: npx semantic-release
2929
env:

0 commit comments

Comments
 (0)