Skip to content

chore(deps): bump antd from 5.21.5 to 5.21.6 #153

chore(deps): bump antd from 5.21.5 to 5.21.6

chore(deps): bump antd from 5.21.5 to 5.21.6 #153

Workflow file for this run

name: build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
# Install dependencies
- run: npm ci
# Lint
- run: npm run lint -- --quiet
# Build and send bundle stats and CI information to RelativeCI
- run: npm run build
env:
RELATIVE_CI_KEY: ${{ secrets.RELATIVE_CI_KEY }}