We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cee98e commit a150907Copy full SHA for a150907
1 file changed
.github/workflows/release.yaml
@@ -27,6 +27,10 @@ jobs:
27
with:
28
cache: npm
29
node-version: 'lts/*'
30
+ - name: Setup .NET
31
+ uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4
32
+ with:
33
+ dotnet-version: '9.0.x'
34
- name: Install dependencies
35
run: npm clean-install
36
- name: Test
0 commit comments