File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
]
10
10
},
11
11
"fsdocs-tool" : {
12
- "version" : " 16.1.1 " ,
12
+ "version" : " 17.2.3 " ,
13
13
"commands" : [
14
14
" fsdocs"
15
15
]
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
17
17
run : git submodule update --init --recursive
18
18
- name : Remove global json
19
19
run : rm global.json
20
- - name : Setup .NET Core
20
+ - name : Setup .NET Core 6
21
21
uses : actions/setup-dotnet@v1
22
22
with :
23
23
dotnet-version : 6.0.201
24
24
- name : Restore tools
25
- run : dotnet tool restore
25
+ run : dotnet tool install --global Fable --version 3.7.20
26
26
- name : Use Node.js
27
27
uses : actions/setup-node@v1
28
28
with :
32
32
run : npm install
33
33
- name : Run Fable tests
34
34
working-directory : tests/FSharpPlusFable.Tests
35
- run : dotnet fable . --outDir bin --runScript ./bin
35
+ run : fable . --outDir bin --runScript ./bin
36
36
37
37
testFable3SubsetOnCore :
38
38
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments