Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Update Shared components packages to v7 (major) #1730

Update Shared components packages to v7 (major)

Update Shared components packages to v7 (major) #1730

Workflow file for this run

name: "Smart Events UI :: Build"
on: [pull_request]
jobs:
run-all-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "npm"
- run: npm install
- run: npm run build