Skip to content

Commit 34b8e0f

Browse files
authored
Update deploy.yml
1 parent 54ded7a commit 34b8e0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ jobs:
1717
- name: Setup Node
1818
uses: actions/setup-node@v3
1919

20+
- name: Install yarn
21+
run: npm install yarn
22+
2023
- name: Install dependencies
21-
uses: bahmutov/npm-install@v1
24+
run: yarn
2225

2326
- name: Build project
2427
run: npm run build

0 commit comments

Comments
 (0)