Skip to content

Commit

Permalink
Swap from yarn@1 to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 26, 2021
1 parent 9e5785e commit e00b234
Show file tree
Hide file tree
Showing 3 changed files with 7,205 additions and 4,703 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
Loading

0 comments on commit e00b234

Please sign in to comment.