Skip to content

Commit c93bef2

Browse files
author
Robert Jackson
authored
Merge pull request #145 from broccolijs/swap-to-npm
Swap from yarn@1 to npm
2 parents e56a22b + 59de6c4 commit c93bef2

3 files changed

Lines changed: 7205 additions & 4691 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
uses: actions/setup-node@v2
2323
with:
2424
node-version: ${{ matrix.node-version }}
25-
- run: yarn install
26-
- run: yarn test
25+
- run: npm ci
26+
- run: npm test

0 commit comments

Comments
 (0)