Skip to content

Commit

Permalink
Replace yarn with npm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davegaeddert committed Sep 12, 2024
1 parent 645f72b commit 677904b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '18'
- run: yarn install
- run: yarn run test
- run: npm install
- run: npm run test

0 comments on commit 677904b

Please sign in to comment.