Skip to content

Commit

Permalink
feat: abandon yarn, move to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
danigb committed Feb 15, 2024
1 parent 499540c commit b9dceeb
Show file tree
Hide file tree
Showing 4 changed files with 8,466 additions and 5,035 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node_version }}
cache: "yarn"
- run: yarn install
- run: yarn test:ci
cache: "npm"
- run: npm install
- run: npm test:ci
Loading

0 comments on commit b9dceeb

Please sign in to comment.