Skip to content

Bump clsx from 1.2.1 to 2.0.0 #38

Bump clsx from 1.2.1 to 2.0.0

Bump clsx from 1.2.1 to 2.0.0 #38

Workflow file for this run

name: Build & Test
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 18
- run: npm ci
- run: npm run build
# - run: npm test