Skip to content

Commit 182e989

Browse files
committed
fixed setup script
1 parent bdf89a3 commit 182e989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
uses: actions/setup-node@v1
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
- run: yarn ci
27+
- run: yarn install
2828
- run: yarn build
2929
- run: yarn test

0 commit comments

Comments
 (0)