Skip to content

Commit

Permalink
Merge pull request #145 from broccolijs/swap-to-npm
Browse files Browse the repository at this point in the history
Swap from yarn@1 to npm
  • Loading branch information
rwjblue committed May 26, 2021
2 parents e56a22b + 59de6c4 commit c93bef2
Show file tree
Hide file tree
Showing 3 changed files with 7,205 additions and 4,691 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test
- run: npm ci
- run: npm test

0 comments on commit c93bef2

Please sign in to comment.