Skip to content

chore(deps-dev): bump vite from 4.3.9 to 4.5.2 #188

chore(deps-dev): bump vite from 4.3.9 to 4.5.2

chore(deps-dev): bump vite from 4.3.9 to 4.5.2 #188

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- uses: nrwl/nx-set-shas@v3
- run: nix develop
- run: nix run .#packages.x86_64-linux.clean-install
- run: nix fmt && git diff --exit-code
- run: npx nx affected --target=lint --parallel=3
- run: npx nx affected --targets=build,build:storybook --parallel=3
- run: npx nx affected --target=test --parallel=3