Skip to content

Bump nanoid from 3.3.7 to 3.3.8 in /src/log-io/ui #1146

Bump nanoid from 3.3.7 to 3.3.8 in /src/log-io/ui

Bump nanoid from 3.3.7 to 3.3.8 in /src/log-io/ui #1146

Workflow file for this run

name: PLCTagsClient
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.100
- name: Install dependencies
working-directory: src/libplctag/PLCTagsClient
run: dotnet restore
- name: Build lib60870
working-directory: src/libplctag/PLCTagsClient
run: dotnet build PLCTagsClient.sln --configuration Release