Skip to content

Commit 5a7efcf

Browse files
committed
Add workflow step to install node modules
1 parent 8fd585d commit 5a7efcf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v1
1111

12+
- name: Install modules
13+
run: yarn install
14+
1215
- name: Setup Aliyun CLI
1316
uses: ./
1417
with:

0 commit comments

Comments
 (0)