Skip to content

Commit 44bf397

Browse files
authored
Remove set to berry in CI (#174)
1 parent 991bed6 commit 44bf397

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/check-dist.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030

3131
- name: Install dependencies
3232
run: |
33-
yarn set version berry
3433
yarn install --frozen-lockfile
3534
3635
- name: Rebuild the dist/ directory

.github/workflows/test-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- run: |
19-
yarn set version berry
2019
yarn install --frozen-lockfile
2120
- run: |
2221
yarn run all

0 commit comments

Comments
 (0)