Skip to content

Commit

Permalink
Switched from yarn to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Shaniuk committed Nov 6, 2023
1 parent 0d684ea commit e709252
Show file tree
Hide file tree
Showing 4 changed files with 17,154 additions and 9,266 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ jobs:
with:
node-version: 18.18.2
- uses: actions/checkout@v4
- run: npm install -g yarn
- run: yarn
- run: yarn lint
- run: yarn test
- run: npm install
- run: npm run lint
- run: npm run test


Loading

0 comments on commit e709252

Please sign in to comment.