Skip to content

Commit

Permalink
Switch from yarn to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Feb 4, 2024
1 parent 3ec34ca commit 068e5b0
Show file tree
Hide file tree
Showing 4 changed files with 5,641 additions and 3,673 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: yarn install
run: npm ci
- name: Run tests
run: yarn test
run: npm test
Loading

0 comments on commit 068e5b0

Please sign in to comment.