Skip to content

Commit

Permalink
Update dependencies and move from yarn to npm
Browse files Browse the repository at this point in the history
Notably, we can remove minipass-fetch in favor of Node.js's built-in fetch, and mocha in favor of Node.js's built-in test runner.
  • Loading branch information
domenic committed Nov 7, 2023
1 parent 22e4147 commit 3692525
Show file tree
Hide file tree
Showing 7 changed files with 1,174 additions and 1,205 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
- run: yarn lint
- run: yarn test
- run: npm ci
- run: npm run lint
- run: npm test
Loading

0 comments on commit 3692525

Please sign in to comment.