Skip to content

Commit

Permalink
try with dotnet 4.6.2 in action runner
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed Nov 22, 2023
1 parent 5824c45 commit 2b1875b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ppe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: "${{ steps.nvm.outputs.NODE_VERSION }}"
- uses: actions/setup-dotnet@v2
with:
dotnet-version: "8.0.100"
dotnet-version: "4.6.2"
- name: Install deps
run: yarn
- name: Prepare
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
node-version: "${{ steps.nvm.outputs.NODE_VERSION }}"
- uses: actions/setup-dotnet@v2
with:
dotnet-version: "8.0.100"
dotnet-version: "4.6.2"
- name: Install deps
run: yarn
- name: Prepare
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
node-version: "${{ steps.nvm.outputs.NODE_VERSION }}"
- uses: actions/setup-dotnet@v2
with:
dotnet-version: "8.0.100"
dotnet-version: "4.6.2"
- name: Enable yarn
run: corepack enable
- run: corepack prepare --activate yarn@^4.0.0
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
node-version: "${{ steps.nvm.outputs.NODE_VERSION }}"
- uses: actions/setup-dotnet@v2
with:
dotnet-version: "8.0.100"
dotnet-version: "4.6.2"
- name: Enable yarn
run: corepack enable
- run: corepack prepare --activate yarn@^4.0.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: "${{ steps.nvm.outputs.NODE_VERSION }}"
- uses: actions/setup-dotnet@v2
with:
dotnet-version: "8.0.100"
dotnet-version: "4.6.2"
- name: Install deps
run: yarn
- name: Prepare
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
node-version: "${{ steps.nvm.outputs.NODE_VERSION }}"
- uses: actions/setup-dotnet@v2
with:
dotnet-version: "8.0.100"
dotnet-version: "4.6.2"
- name: Enable yarn
run: corepack enable
- run: corepack prepare --activate yarn@^4.0.0
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pull-request-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: "${{ steps.nvm.outputs.NODE_VERSION }}"
- uses: actions/setup-dotnet@v2
with:
dotnet-version: "8.0.100"
dotnet-version: "4.6.2"
- name: Install deps
run: yarn
- name: Prepare
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
node-version: "${{ steps.nvm.outputs.NODE_VERSION }}"
- uses: actions/setup-dotnet@v2
with:
dotnet-version: "8.0.100"
dotnet-version: "4.6.2"
- name: Install deps
run: yarn
- name: Prepare
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
node-version: "${{ steps.nvm.outputs.NODE_VERSION }}"
- uses: actions/setup-dotnet@v2
with:
dotnet-version: "8.0.100"
dotnet-version: "4.6.2"
- name: Enable yarn
run: corepack enable
- run: corepack prepare --activate yarn@^4.0.0
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
node-version: "${{ steps.nvm.outputs.NODE_VERSION }}"
- uses: actions/setup-dotnet@v2
with:
dotnet-version: "8.0.100"
dotnet-version: "4.6.2"
- name: Enable yarn
run: corepack enable
- run: corepack prepare --activate yarn@^4.0.0
Expand Down

0 comments on commit 2b1875b

Please sign in to comment.