Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"fable": {
"version": "3.0.0-nagareyama-rc-004",
"version": "4.27.0",
"commands": [
"fable"
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
dotnet-version: 8.x
- name: Build with dotnet
run: ./build.sh
6 changes: 2 additions & 4 deletions .github/workflows/fable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
dotnet-version: 8.x
- name: Restore tools
run: dotnet tool restore
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '15.x'
uses: actions/setup-node@v5
- name: Install npm dependencies
run: npm install
- name: Run Fable tests
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "3.0.103",
"version": "8.0.0",
"rollForward": "latestMinor"
}
}
Loading