Skip to content

Commit a03920e

Browse files
committed
update action
1 parent 9f944bf commit a03920e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/surge.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424

25-
- uses: borales/actions-yarn@v2.0.0 # `yarn install`
26-
with:
27-
cmd: install
28-
# - name: Build module
29-
# run: yarn build
25+
- name: Install dependencies
26+
run: yarn install
3027

3128
- name: Build Storybook
3229
run: yarn build-storybook

0 commit comments

Comments
 (0)