Skip to content

Commit bfbbaac

Browse files
committed
ci: fix install dependencies
1 parent 961de5b commit bfbbaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: 20
2424

2525
- name: Install dependencies
26-
run: yarn ci
26+
run: yarn install
2727

2828
- name: ESLint
2929
run: yarn run lint

0 commit comments

Comments
 (0)