Skip to content

Commit

Permalink
revert yarn upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed May 27, 2024
1 parent c567fd4 commit 0455bd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
version: 8
- uses: oven-sh/setup-bun@v1
- run: corepack enable yarn
- run: npm i -g --force yarn # upgrade yarn

- run: npm i
- run: npm run build --if-present
Expand All @@ -59,7 +58,6 @@ jobs:
with:
version: 8
- run: corepack enable yarn
- run: npm i -g --force yarn # upgrade yarn

- run: npm i
- run: npm run build --if-present
Expand Down

0 comments on commit 0455bd4

Please sign in to comment.