Skip to content

Commit

Permalink
fix: bring back npm
Browse files Browse the repository at this point in the history
  • Loading branch information
hadzhehsen committed Apr 29, 2024
1 parent fb375e3 commit 12ecd00
Show file tree
Hide file tree
Showing 3 changed files with 2,614 additions and 1,503 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: npm ci
- run: npm run lint
Loading

0 comments on commit 12ecd00

Please sign in to comment.