We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c93a40 commit 711bb08Copy full SHA for 711bb08
.github/workflows/ci.yml
@@ -23,6 +23,10 @@ jobs:
23
with:
24
node-version: "20"
25
26
+ - uses: actions/setup-dotnet@v4
27
+ with:
28
+ dotnet-version: "6"
29
+
30
- name: npm ci
31
run: npm ci
32
eng/test-steps.yml
@@ -4,6 +4,9 @@ parameters:
4
default: "drop"
5
6
steps:
7
+ - task: UseDotNet@2
8
+ inputs:
9
+ version: 6.x
10
- script: npm ci
11
displayName: npm ci
12
- script: npm run lint
0 commit comments