Skip to content

Bump axios from 0.21.2 to 0.28.0 in /minecraft/minecraftbot #64

Bump axios from 0.21.2 to 0.28.0 in /minecraft/minecraftbot

Bump axios from 0.21.2 to 0.28.0 in /minecraft/minecraftbot #64

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core 3.1.101
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
- name: Setup .NET 5
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: Build with dotnet
run: find . -type f \( -iname "*.csproj" \) | xargs -n1 dotnet build