Skip to content

⬆️ Bump the eslint group across 1 directory with 3 updates (#119) #306

⬆️ Bump the eslint group across 1 directory with 3 updates (#119)

⬆️ Bump the eslint group across 1 directory with 3 updates (#119) #306

Workflow file for this run

name: Node.js CI
on:
push:
branches: main
pull_request:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile --strict-peer-dependencies
- run: pnpm run build-storybook
- run: pnpm run package
- run: pnpm run check
- run: pnpm run lint