[READ-ONLY] Mirror of https://github.com/danielroe/siroc. Zero-config build tooling for Node
bundle node package rollup typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: install anyway, pt 2: the return of the previous commit

Daniel Roe (Jul 9, 2021, 12:23 PM +0100) a9031cdf 8195a9bd

-1
-1
.github/workflows/ci.yml
··· 74 74 ${{ runner.os }}-yarn-${{ matrix.node }} 75 75 76 76 - name: Install dependencies 77 - if: steps.cache.outputs.cache-hit != 'true' 78 77 run: yarn 79 78 80 79 - name: Bootstrap project