Skip to content

Commit

Permalink
chore: remove yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Dec 15, 2023
1 parent 9740d79 commit fd86366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: npm install
- run: npm run test-ci

0 comments on commit fd86366

Please sign in to comment.