Skip to content

Commit 9348fe0

Browse files
authored
Merge pull request #849 from HelixDesignSystem/surf-2192-patch
build(ci): gh actions patch
2 parents f6ac3d4 + 6d563ec commit 9348fe0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v2
20-
uses: actions/setup-node@v1
20+
- uses: actions/setup-node@v1
2121
with:
2222
node-version: '10.x'
2323
- run: npm install -g yarn
24+
- run: yarn install:clean
2425
- run: yarn lint
2526
- run: yarn generate
2627
- run: yarn compile --prod

0 commit comments

Comments
 (0)