Skip to content

Commit

Permalink
Update CI to use Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Feb 29, 2024
1 parent 6b19b93 commit 6a7d3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install && npm test && npm run lint
- run: yarn && yarn test && yarn lint
env:
CI: true

0 comments on commit 6a7d3d1

Please sign in to comment.