Skip to content

chore(main): release 0.18.0 #181

chore(main): release 0.18.0

chore(main): release 0.18.0 #181

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: corepack enable && pnpm i --frozen-lockfile
- run: node --run lint
- run: node --run ts-check
- run: node --run test
- run: node --run build