Skip to content

Commit d80479d

Browse files
committed
Revert "don't install dependencies since they're already included now"
This reverts commit e480328.
1 parent 8624f6d commit d80479d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
uses: actions/setup-node@v3
2525
with:
2626
node-version: 16.x
27+
- name: Install dependencies
28+
run: yarn install
2729
- name: Build
2830
run: yarn build
2931
- name: Setup Pages

0 commit comments

Comments
 (0)