Skip to content

Commit aed5007

Browse files
committed
remove duplicate install
1 parent 4204aed commit aed5007

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
- uses: ./.github/actions/setup-node
4848
with:
4949
node-version: ${{ matrix.node }}
50-
- name: install
51-
run: pnpm install --frozen-lockfile --prefer-offline --ignore-scripts
5250
- name: sync
5351
run: pnpm -r sync # required to ensure sveltekit test project have tsconfig.json which may be required by the checks below
5452
- name: format

0 commit comments

Comments
 (0)