Skip to content

fix(component): propagate SVG namespace through components #284

fix(component): propagate SVG namespace through components

fix(component): propagate SVG namespace through components #284

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches-ignore:
- release-v2
- v2
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build packages
run: pnpm build