Skip to content

Commit ab0d6ac

Browse files
authored
CI: Setup dotnet 6 in packages_publishing workflow (#28872)
1 parent 15fcff4 commit ab0d6ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/packages_publishing.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
with:
3939
node-version: '20'
4040

41+
- name: Set up dotnet
42+
uses: actions/setup-dotnet@v4
43+
with:
44+
dotnet-version: 6.0.x
45+
4146
- name: Install dependencies
4247
run: npm install --no-audit --no-fund
4348

0 commit comments

Comments
 (0)