Skip to content

Commit

Permalink
enable yarn latest
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed Nov 21, 2023
1 parent 422ee2d commit 945489b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ppe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ jobs:
with:
dotnet-version: "8.0.100"
- name: Enable yarn
run: corepack enable && yarn set version stable
run: corepack enable
- run: corepack prepare --activate yarn@^4.0.0
- name: Install deps
run: yarn
- name: Prepare
Expand Down Expand Up @@ -166,7 +167,8 @@ jobs:
with:
dotnet-version: "8.0.100"
- name: Enable yarn
run: corepack enable && yarn set version stable
run: corepack enable
- run: corepack prepare --activate yarn@^4.0.0
- name: Install deps
run: yarn
- name: Prepare
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
with:
dotnet-version: "8.0.100"
- name: Enable yarn
run: corepack enable && yarn set version stable
run: corepack enable
- run: corepack prepare --activate yarn@^4.0.0
- name: Install deps
run: yarn
- name: Prepare
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/pull-request-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
with:
dotnet-version: "8.0.100"
- name: Enable yarn
run: corepack enable && yarn set version stable
run: corepack enable
- run: corepack prepare --activate yarn@^4.0.0
- name: Install deps
run: yarn
- name: Prepare
Expand Down Expand Up @@ -125,7 +126,8 @@ jobs:
with:
dotnet-version: "8.0.100"
- name: Enable yarn
run: corepack enable && yarn set version stable
run: corepack enable
- run: corepack prepare --activate yarn@^4.0.0
- name: Install deps
run: yarn
- name: Prepare
Expand Down

0 comments on commit 945489b

Please sign in to comment.