Skip to content

chore(deps): bump qs from 6.14.1 to 6.14.2 in /docker/graphql/src #196

chore(deps): bump qs from 6.14.1 to 6.14.2 in /docker/graphql/src

chore(deps): bump qs from 6.14.1 to 6.14.2 in /docker/graphql/src #196

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 9.0.x
- name: Build with dotnet
run: dotnet build --configuration Release