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 99 ]
1010 },
1111 "fsdocs-tool" : {
12- "version" : " 16.1.1 " ,
12+ "version" : " 17.2.3 " ,
1313 "commands" : [
1414 " fsdocs"
1515 ]
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717 run : git submodule update --init --recursive
1818 - name : Remove global json
1919 run : rm global.json
20- - name : Setup .NET Core
20+ - name : Setup .NET Core 6
2121 uses : actions/setup-dotnet@v1
2222 with :
2323 dotnet-version : 6.0.201
2424 - name : Restore tools
25- run : dotnet tool restore
25+ run : dotnet tool install --global Fable --version 3.7.20
2626 - name : Use Node.js
2727 uses : actions/setup-node@v1
2828 with :
3232 run : npm install
3333 - name : Run Fable tests
3434 working-directory : tests/FSharpPlusFable.Tests
35- run : dotnet fable . --outDir bin --runScript ./bin
35+ run : fable . --outDir bin --runScript ./bin
3636
3737 testFable3SubsetOnCore :
3838 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments