Skip to content

Commit

Permalink
Remove set to berry in CI (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelOnFira committed Feb 21, 2024
1 parent 991bed6 commit 44bf397
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:

- name: Install dependencies
run: |
yarn set version berry
yarn install --frozen-lockfile
- name: Rebuild the dist/ directory
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
yarn set version berry
yarn install --frozen-lockfile
- run: |
yarn run all
Expand Down

0 comments on commit 44bf397

Please sign in to comment.