Skip to content

Commit e480328

Browse files
committed
don't install dependencies since they're already included now
1 parent 0d3588c commit e480328

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
uses: actions/setup-node@v3
2525
with:
2626
node-version: 16.x
27-
- name: Install dependencies
28-
run: yarn install
2927
- name: Build
3028
run: yarn build
3129
- name: Setup Pages

0 commit comments

Comments
 (0)