Skip to content

Update install instructions to use npm registry #117

Update install instructions to use npm registry

Update install instructions to use npm registry #117

Workflow file for this run

name: PR Checks
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- uses: ./.github/actions/check-versions
- run: npm ci --legacy-peer-deps
- run: npm run ci
- run: npm run build
- run: npm run test:e2e
- run: npm run test:ui
- run: npm run build:ui