Skip to content

Bump zustand from 4.5.2 to 4.5.4 in the state group #1555

Bump zustand from 4.5.2 to 4.5.4 in the state group

Bump zustand from 4.5.2 to 4.5.4 in the state group #1555

Workflow file for this run

name: converters
on: [push]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
dotnet-quality: "ga"
- name: Build project
working-directory: packages/converters/
run: dotnet build