We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5781e22 commit 6c762ecCopy full SHA for 6c762ec
2 files changed
.github/workflows/fable.yml
@@ -21,9 +21,14 @@ jobs:
21
uses: actions/setup-dotnet@v3
22
with:
23
dotnet-version: |
24
+ 8.0.x
25
+ 7.0.x
26
6.0.x
27
- name: Restore tools
28
run: dotnet tool restore
29
+ - name: Create global.json
30
+ working-directory: tests/FSharpPlusFable.Tests
31
+ run: mv fable3-global.json global.json
32
- name: Install fable
33
run: dotnet tool install --global Fable --version 3.7.22
34
- name: Use Node.js
tests/FSharpPlusFable.Tests/fable3-global.json
@@ -0,0 +1 @@
1
+{ "sdk": { "version": "6.0.201", "rollForward": "latestFeature" } }
0 commit comments