Skip to content

Commit

Permalink
Update package manager command
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Jun 15, 2024
1 parent 7d633be commit 6dae266
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 @@ -44,7 +44,7 @@ jobs:
if: runner.os == 'macOS'
run: |
sudo -H pip install setuptools
- run: yarn install
- run: npm i
- run: npm run lint
- run: npm test

Expand Down

0 comments on commit 6dae266

Please sign in to comment.