Skip to content

Commit

Permalink
chore - Switch to yarn (#2)
Browse files Browse the repository at this point in the history
* chore - Switch to yarn

* Include yarn

---------

Co-authored-by: Lucas Bozzo <[email protected]>
  • Loading branch information
lucasbozzo and Lucas Bozzo authored Jul 7, 2024
1 parent 9c63fd1 commit fd3bd4a
Show file tree
Hide file tree
Showing 4 changed files with 11,538 additions and 24,330 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
cache: 'yarn'

- run: npm ci
- run: yarn install --frozen-lockfile
- uses: nrwl/nx-set-shas@v4
Loading

0 comments on commit fd3bd4a

Please sign in to comment.