Skip to content

Commit 78ee259

Browse files
chore(ci): install deps via ./script/bootstrap (#1026)
1 parent 523399c commit 78ee259

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
with:
2323
node-version: '18'
2424

25-
- name: Install dependencies
26-
run: yarn install
25+
- name: Bootstrap
26+
run: ./scripts/bootstrap
2727

2828
- name: Check types
2929
run: ./scripts/lint
@@ -41,8 +41,8 @@ jobs:
4141
with:
4242
node-version: '18'
4343

44-
- name: Install dependencies
45-
run: yarn install
44+
- name: Bootstrap
45+
run: ./scripts/bootstrap
4646

4747
- name: Check build
4848
run: ./scripts/build

0 commit comments

Comments
 (0)