We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a667f commit 57cbf56Copy full SHA for 57cbf56
.github/workflows/PullRequest.yml
@@ -28,6 +28,14 @@ jobs:
28
with:
29
lfs: true
30
31
+ - name: Setup .NET 9
32
+ uses: actions/setup-dotnet@v4
33
+ with:
34
+ dotnet-version: '9.0.x'
35
+
36
+ - name: List installed .NET SDKs
37
+ run: dotnet --list-sdks
38
39
- name: Setup Node.js environment
40
uses: actions/setup-node@v3
41
gulpfile.mjs
@@ -339,7 +339,7 @@ async function snapshot() {
339
}
340
341
342
-const cliVersion = '1.44.2';
+const cliVersion = '1.45.3';
343
344
const recompile = gulp.series(
345
clean,
0 commit comments