Skip to content

breaking: Update to latest convention commits packages. #51

breaking: Update to latest convention commits packages.

breaking: Update to latest convention commits packages. #51

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
fail-fast: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --immutable
- run: yarn run type
- run: yarn run test
- run: yarn run lint
build:
name: Pack
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: yarn install --immutable
- run: yarn run pack