We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c08e5 commit 5781e22Copy full SHA for 5781e22
1 file changed
.github/workflows/fable.yml
@@ -21,13 +21,11 @@ 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: Install fable
30
- run: dotnet tool install --global Fable --version 3.7.20
+ run: dotnet tool install --global Fable --version 3.7.22
31
- name: Use Node.js
32
uses: actions/setup-node@v1
33
0 commit comments