Skip to content

[package] fix path to repo #26

[package] fix path to repo

[package] fix path to repo #26

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
test:
name: node@${{ matrix.node-version }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
# - run: npm run check --ws
- run: npm run test --ws
- run: npm run build --ws