Skip to content

Commit

Permalink
CI: Setup dotnet 6 in packages_publishing workflow (#28872)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslavr authored Feb 14, 2025
1 parent 15fcff4 commit ab0d6ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/packages_publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
with:
node-version: '20'

- name: Set up dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x

- name: Install dependencies
run: npm install --no-audit --no-fund

Expand Down

0 comments on commit ab0d6ac

Please sign in to comment.