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 mocha in favor of Node.js's built-in test runner.
  • Loading branch information
domenic committed Nov 12, 2023
1 parent 329e219 commit 312cd69
Show file tree
Hide file tree
Showing 7 changed files with 1,187 additions and 1,177 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 312cd69

Please sign in to comment.