Skip to content

Commit

Permalink
Migrate from yarn to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
asmarques committed Dec 21, 2024
1 parent ee2d8f0 commit 9b59990
Show file tree
Hide file tree
Showing 3 changed files with 1,309 additions and 739 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: latest
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test
cache: "npm"
- run: npm install --frozen-lockfile
- run: npm run lint
- run: npm run test
env:
CI: true
Loading

0 comments on commit 9b59990

Please sign in to comment.